document.write( "Question 424415: 1)For each gallon of gas you find you can go 26 miles, if you drive 20mph. You can go 34 miles if you go 40mph and 32 miles if you go 50mph. Find a quadratic function that models this data. What is the best speed to go with this model? \n" ); document.write( "
Algebra.Com's Answer #295889 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! For each gallon of gas you find you can go 26 miles, if you drive 20mph. \n" ); document.write( " You can go 34 miles if you go 40mph and 32 miles if you go 50mph. \n" ); document.write( " Find a quadratic function that models this data. \n" ); document.write( "What is the best speed to go with this model? \n" ); document.write( ": \n" ); document.write( "Set up a set of coordinates, where x = speed, y = miles traveled on 1 gal of gas \n" ); document.write( "Using the form y = ax^2 + bx (we don't need c here) find a and b \n" ); document.write( ": \n" ); document.write( "\"you can go 26 miles, if you drive 20mph.\" \n" ); document.write( "x=20, y=26 \n" ); document.write( "20^2a + 20b = 26 \n" ); document.write( "400a + 20b = 26 \n" ); document.write( ": \n" ); document.write( "\"32 miles if you go 50mph.\" \n" ); document.write( "x=50, y=32 \n" ); document.write( "50^2a + 50b = 32 \n" ); document.write( "2500a + 50b = 32 \n" ); document.write( ": \n" ); document.write( "multiply the first equation by 2.5, subtract from the above equation \n" ); document.write( "2500a + 50b = 32 \n" ); document.write( "1000a + 50b = 65 \n" ); document.write( "------------------Subtraction eliminates b, find a \n" ); document.write( "1500a = -33 \n" ); document.write( "a = \n" ); document.write( "a = -.022 \n" ); document.write( "Find b, using the 1st equation \n" ); document.write( "400(-.022) + 20b = 26 \n" ); document.write( "-8.8 + 20b = 26 \n" ); document.write( "20b = 26 + 8.8 \n" ); document.write( "20b = 34.8 \n" ); document.write( "b = \n" ); document.write( "b = 1.74 \n" ); document.write( ": \n" ); document.write( "The equation we are looking for: \n" ); document.write( "y = -.022x^2 + 1.74x \n" ); document.write( "; \n" ); document.write( "Check this when,\"You can go 34 miles if you go 40mph\" \n" ); document.write( "Replace x with 40 mph \n" ); document.write( "y = -.022(40^2) + 1.74(40) \n" ); document.write( "y = -35.2 + 69.6 \n" ); document.write( "y = 34.4 not quite 34 but the equation is very close \n" ); document.write( ": \n" ); document.write( "\"What is the best speed to go with this model?\" \n" ); document.write( "Find the axis symmetry for this equation for max distance ; x=-b/(2a) \n" ); document.write( "In this equation; a=-.022; b=1.74 \n" ); document.write( "x = \n" ); document.write( "x = \n" ); document.write( "x = +39.545 mph, the speed for max distance \n" ); document.write( " |