document.write( "Question 354010: Find an equation of the fom y=ax^2+b whose graph passes through the points (-1,1) and (2,7).
\n" );
document.write( " Please help. \n" );
document.write( "
Algebra.Com's Answer #253038 by stanbon(75887) ![]() You can put this solution on YOUR website! Find an equation of the fom y=ax^2+b whose graph \n" ); document.write( "passes through the points (-1,1) and (2,7). \n" ); document.write( "---- \n" ); document.write( "Substitute each x/y pair into the equation so \n" ); document.write( "you can solve for \"a\" and for \"b\". \n" ); document.write( "-------- \n" ); document.write( "1 = a + b \n" ); document.write( "7 = 4a+b \n" ); document.write( "----- \n" ); document.write( "Subtract the 1st from the 2nd and solve for \"a\": \n" ); document.write( "6 = 3a \n" ); document.write( "a = 2 \n" ); document.write( "------ \n" ); document.write( "Since 1 = a+b, b = 1-2 = -1 \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "y = 2x^2-1 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |