document.write( "Question 214899: This question I come up with the wrong answer:
\n" );
document.write( "Pete drove from Buffalo to Boston, a distance of 720km. On return trip he increased his speed by 10km/h. If the total trip took 17h, what was his speed from Boston to Buffalo?\r
\n" );
document.write( "\n" );
document.write( "I'm having trouble working it out, I begin with this:\r
\n" );
document.write( "\n" );
document.write( "I start with (720/x)+(720/x+10)\r
\n" );
document.write( "\n" );
document.write( "Expanded it to: 17x^2 - 1270x + 7200\r
\n" );
document.write( "\n" );
document.write( "Speed I got next using the quadratic equation: 62.5\r
\n" );
document.write( "\n" );
document.write( "But thats apparently wrong, what am I doing wrong? \n" );
document.write( "
Algebra.Com's Answer #162351 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Pete drove from Buffalo to Boston, a distance of 720km. On return trip he increased his speed by 10km/h. If the total trip took 17h, what was his speed from Boston to Buffalo? \n" ); document.write( "I'm having trouble working it out, I begin with this: \n" ); document.write( "I start with (720/x)+(720/x+10) \n" ); document.write( "Expanded it to: 17x^2 - 1270x + 7200 \n" ); document.write( "Speed I got next using the quadratic equation: 62.5 \n" ); document.write( "But thats apparently wrong, what am I doing wrong? \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "Buff to Bost DATA: \n" ); document.write( "distance = 720 km ; rate = x km/h ; time = d/r = 720/x hrs \n" ); document.write( "---------------------------------------------------------- \n" ); document.write( "Bost to Buff DATA: \n" ); document.write( "distance = 720 km ; rate = x+10 km/h ; time = 720/(x+10) hrs \n" ); document.write( "-------------------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "time + time = 17 hrs. \n" ); document.write( "(720/x) + (720/(x+10)) = 17 \n" ); document.write( "Multiply thru by x(x+10) to get: \n" ); document.write( "720(x+10) + 720(x) = 17x(x+10) \n" ); document.write( "720x + 7200 + 720x = 17x^2 + 170x \n" ); document.write( "17x^2 - 1270x - 7200 = 0 \n" ); document.write( "(x-80)(17x + 90) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "x+ 10 = 90 km/h (rate from Boston to Buffalo) \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |