document.write( "Question 425183: 2. Write each of the following quadratic functions in the form y=ax^2 + bx + c. \r
\n" );
document.write( "\n" );
document.write( "a) y= 2x^2 - 7\r
\n" );
document.write( "\n" );
document.write( "b) f(x) = 4(x-1)(x+3)
\n" );
document.write( "=4x^2 + 2x - 3(Is this CORRECT???)\r
\n" );
document.write( "\n" );
document.write( "c) 2(y-4)+7x=-3(x+1)^2-5\r
\n" );
document.write( "\n" );
document.write( "Kinda unsure of this whole question. Thanks! Help is appreciated. \n" );
document.write( "
Algebra.Com's Answer #296160 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! (a) is already in the correct form. \n" ); document.write( "For (b), multiply the two product terms using FOIL, then multiply through by 4: \n" ); document.write( "f(x) = 4(x^2 + 2x - 3) = 4x^2 + 8x - 12 \n" ); document.write( "[Your answer would have been correct, except you didn't multiply all the terms by '4'] \n" ); document.write( "For (c), carry out the multiplication and collect like terms: \n" ); document.write( "2y - 8 + 7x = -3(x^2 + 2x + 1) - 5 \n" ); document.write( "2y - 8 + 7x = -3x^2 - 6x - 3 - 5 \n" ); document.write( "2y = -3x^2 - 13x - 8 + 8 \n" ); document.write( "So we have y = (-3/2)x^2 - (13/2)x \n" ); document.write( "Let's check our answer to (c) with a simple example. Let x = 1 \n" ); document.write( "Original equation gives 2(y-4) + 7 = -3(2)^2 - 5 -> 2y - 8 + 7 = -12 - 5 -> y = -8 \n" ); document.write( "Solved equation gives y = (-3/2)(1)^2 - (13/2)(1) - > y = -16/2 = -8 \n" ); document.write( " |