document.write( "Question 312635: Using the equation how do you find the values of a and k when h=1, and you have the coordinates (2,7) and (-1,16)\r
\n" );
document.write( "\n" );
document.write( "At first I tried to find the slope using the coordinates, but I thought that would not work because it's not a line, but I got 10 for a, which was wrong anyway. \n" );
document.write( "
Algebra.Com's Answer #223537 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! substitute the two points and you have two equations with two unknowns\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7 = a(2-1)^2 + k ___ 7 = a + k\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "16 = a(-1 -1)^2 + k ___ 16 = 4a + k\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting equations ___ 9 = 3a ___ 3 = a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ 7 = (3) + k ___ 4 = k \n" ); document.write( " |