For the following problem, indicate the line where the mistake is (if any) and explain how it can be corrected. Be sure to include the correct answer. If there is no mistake, explain the general process for working the problem. Evaluate each statement regarding the following polynomial expression: (1/2)x^2 + 5x^4 - (7/4)x. (1) degree of the polynomial: 4. (2) leading coefficient: 1/2. (3) classification: trinomial.

Answer
The mistake is in line (2). The leading coefficient is not 1/2. To identify the components of a polynomial, the first step is to write it in standard form, which means ordering the terms by descending power of the variable x. The given expression is (1/2)x^2 + 5x^4 - (7/4)x. In standard form, this becomes 5x^4 + (1/2)x^2 - (7/4)x. 1. Degree: The degree of a polynomial is the highest exponent of the variable. In this expression, the highest power is 4. Thus, line (1) is correct. 2. Leading Coefficient: The leading coefficient is the coefficient of the term with the highest power when written in standard form. Since the term with the highest power is 5x^4, the leading coefficient is 5. Therefore, line (2) is incorrect and should be corrected to 'leading coefficient: 5'. The mistake occurred by simply taking the coefficient of the first term in the original unsorted list instead of identifying the coefficient of the highest-degree term. 3. Classification: A trinomial is a polynomial with exactly three terms. Since this expression has terms with powers x^4, x^2, and x^1 (total of 3 terms), line (3) is correct.