document.write( "Question 1187434: a toy car was made to run the length of a room. Suppose its speed increase so that it ran 1 meter the first minute, 2 meters in the second minute, 3 meters in the third minute, and so on. The speed is increasing about 1 meter each minute. The relation between the distance of the toy car from the starting point and the number of minutes it has run is shown below\r
\n" );
document.write( "\n" );
document.write( "time (X) 0 1 2 3 4
\n" );
document.write( "distance (y) 0 1 3 6 10\r
\n" );
document.write( "\n" );
document.write( "1. Determine the equation with the given table of values
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #818593 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "It's hard to know how to respond, since we have no idea of your level of mathematical knowledge.... \n" ); document.write( "Following is one way to find the equation giving the number of meters as a function of the number of minutes. \n" ); document.write( "If you don't understand this method, re-post the question, indicating what level of math you have studied (algebra I, algebra II, pre-calculus, etc.). \r\n" ); document.write( "1 3 6 10 distances in meters after 1, 2, 3, and 4 minutes\r\n" ); document.write( " 2 3 4 \"first differences\"\r\n" ); document.write( " 1 1 \"second differences\" \n" ); document.write( "The constant second differences tell us the equation is quadratic -- of the form \n" ); document.write( " \n" ); document.write( "Use f(1)=1, f(2)=3, and f(3)=6 to form three equations that can be solved to find the coefficients a, b, and c and thus find the equation. \n" ); document.write( "f(1): a+b+c=1 [1] \n" ); document.write( "f(2): 4a+2b+c=3 [2] \n" ); document.write( "f(3): 9a+3b+c=6 [3] \n" ); document.write( "[3]-[2]: 5a+b=3 [4] \n" ); document.write( "[2]-[1]: 3a+b=2 [5] \n" ); document.write( "[4]-[5]: 2a=1; a=1/2 [6] \n" ); document.write( "Substitute [6] in [5]: 3/2+b=2; b=1/2 [7] \n" ); document.write( "Substitute [6] and [7] in [1]: 1/2+1/2+c=1; c=0 \n" ); document.write( "The coefficients are \n" ); document.write( "a=1/2 \n" ); document.write( "b=1/2 \n" ); document.write( "c=0 \n" ); document.write( "ANSWER: The equation is \n" ); document.write( " \n" ); document.write( "or, in other possible forms, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |