document.write( "Question 443064: I do not want an answer to the following problem. I did the work, and I am not getting the right answer. I would like to know where I made my mistake so that I can get the correct answer. Thank you. \r
\n" );
document.write( "\n" );
document.write( "Month Share Value (in dollars)
\n" );
document.write( "0 55
\n" );
document.write( "3 16
\n" );
document.write( "5 0
\n" );
document.write( "7 -8
\n" );
document.write( "9 -8
\n" );
document.write( "11 0
\n" );
document.write( "13 16
\n" );
document.write( "15 40\r
\n" );
document.write( "\n" );
document.write( "1. Using the table above, find the quadratic equation that represents the monthly value of a share of ACME Corporation since January 2009. Use the variable x to represent the number of months after January 2009 and the variable y to represent the monthly value.\r
\n" );
document.write( "\n" );
document.write( "I used the points (0,55),(5,0), and (11,0) to come up with the quadratic equation. I used (0,55) to solve for c in the equation ax^2+bx+c=y. I got 55 for c. I plugged that into the equation with (5,0) for x and y. I got 25a+5b+55=0, and (11,0) to get 121a+11b+55=y. I multiplied the first equation by -11, and the second one was multiplied by 5 to cancel out b and solve for a. The equation I ended up with is x^2-5x+55, but I do not get a true equation when I plug in the points. Please help me understand what I did wrong. This is due tomorrow. \n" );
document.write( "
Algebra.Com's Answer #305693 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I do not want an answer to the following problem. I did the work, and I am not getting the right answer. I would like to know where I made my mistake so that I can get the correct answer. Thank you. \n" ); document.write( "Month Share Value (in dollars) \n" ); document.write( "0 55 \n" ); document.write( "3 16 \n" ); document.write( "5 0 \n" ); document.write( "7 -8 \n" ); document.write( "9 -8 \n" ); document.write( "11 0 \n" ); document.write( "13 16 \n" ); document.write( "15 40 \n" ); document.write( "1. Using the table above, find the quadratic equation that represents the monthly value of a share of ACME Corporation since January 2009. Use the variable x to represent the number of months after January 2009 and the variable y to represent the monthly value. \n" ); document.write( "---- \n" ); document.write( "I ran a Quadratic Regression program against the data and got \n" ); document.write( "the following: y = x^2-16x+55, which is the correct equation. \n" ); document.write( "------------------------------------------ \n" ); document.write( "I used the points (0,55),(5,0), and (11,0) to come up with the quadratic equation. I used (0,55) to solve for c in the equation ax^2+bx+c=y. I got 55 for c. I plugged that into the equation with (5,0) for x and y. I got 25a+5b+55=0, and (11,0) to get 121a+11b+55=y. I multiplied the first equation by -11, and the second one was multiplied by 5 to cancel out b and solve for a. The equation I ended up with is x^2-5x+55, but I do not get a true equation when I plug in the points. Please help me understand what I did wrong. This is due tomorrow. \n" ); document.write( "--- \n" ); document.write( "Using your method with (0,55),(5,0),(11,0) on ax^2+bx+c = y, I get: \n" ); document.write( "(0,55): 0 + 0 + 1 = 55 \n" ); document.write( "(5,0):: 25 + 5 + 1 = 0 \n" ); document.write( "(11,0): 121+ 11 + 1 = 0 \n" ); document.write( "----- \n" ); document.write( "Using a matrix method on that I get: \n" ); document.write( "a =1; b = -16 ; c = 55 \n" ); document.write( "Which gives me y = x^2-16x+55 as the proper answer. \n" ); document.write( "====================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |