document.write( "Question 420027: John is in the market for a new car and he’s narrowed his choices down to two: the Toyota Prius and the Hyundai Elantra. The Prius is advertised at $25,000 and gets 50 miles to the gallon. The Elantra is advertised at $15,000 and gets 30 miles to the gallon. \r
\n" );
document.write( "\n" );
document.write( "a) Assume John keeps the car for one year, gas costs a constant $3.00 a gallon, and that he could sell the Prius for $20,000 and the Elantra for $11,000. How many miles must John drive in order to justify purchasing the Prius?\r
\n" );
document.write( "\n" );
document.write( "b) Suppose you take into account that your bank is currently offering a one-year Certificate of Deposit that pays 5%. Now how many miles must he drive to justify purchasing the Prius?\r
\n" );
document.write( "\n" );
document.write( "My answer for a) is:
\n" );
document.write( "(250000-20000) + (n/50)*3 = (15000-11000) + (n/30)*3
\n" );
document.write( "--> n=25000 ( assume n is the miles need to drive in order to...)\r
\n" );
document.write( "\n" );
document.write( "I am not sure the following answer b) if correct
\n" );
document.write( "b)??
\n" );
document.write( " (250000-20000) + (n/50)*3 + 10000*.05 = (15000-11000) + (n/30)*3\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #293568 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! John is in the market for a new car and he’s narrowed his choices down to two: the Toyota Prius and the Hyundai Elantra. \n" ); document.write( "-------------------- \n" ); document.write( "The Prius is advertised at $25,000 and gets 50 miles to the gallon. \n" ); document.write( "----- \n" ); document.write( "The Elantra is advertised at $15,000 and gets 30 miles to the gallon. \n" ); document.write( "----- \n" ); document.write( "a) Assume John keeps the car for one year, gas costs a constant $3.00 a gallon, and that he could sell the Prius for $20,000 and the Elantra for $11,000. How many miles must John drive in order to justify purchasing the Prius?\r \n" ); document.write( "\n" ); document.write( "Prius cost: P(x) = (25000-20000)+3(x/50) where x is the # of miles driven \n" ); document.write( "--- \n" ); document.write( "Elantra cost: E(x) = (15000-11000)+3(x/30)\r \n" ); document.write( "\n" ); document.write( "Solve P(x) < E(x) \n" ); document.write( "5000+3x/50 < 4000+x/10 \n" ); document.write( "1000 < 0.04x \n" ); document.write( "x > 25,000 miles \n" ); document.write( "=========================== \n" ); document.write( " \n" ); document.write( "b) Suppose you take into account that your bank is currently offering a one-year Certificate of Deposit that pays 5%. Now how many miles must he drive to justify purchasing the Prius? \n" ); document.write( "--- \n" ); document.write( "P(x) = 5000 + (3x/50) + 0.05(25000) \n" ); document.write( "-- \n" ); document.write( "E(x) = 4000 + x/10 + 0.05(15000) \n" ); document.write( "--- \n" ); document.write( "Solve P(x) < E(x) \n" ); document.write( "5000 + (3x/50) + 1250 < 4000 + (x/10) + 750 \n" ); document.write( "1000+ 500 < 0.04x \n" ); document.write( "x > 37500 miles \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |