document.write( "Question 1016809: Rani hired a bike for a ride.
\n" );
document.write( "It cost $8 for two hours, and then $3 for every additional hour. Her ride cost $23.
\n" );
document.write( "How long did Rani hire the bike?\r
\n" );
document.write( "\n" );
document.write( "I've worked out that she hired the bike for 7 hours (23 - 8 = 15 and then 15/3 = 5)
\n" );
document.write( "I need help on showing my working of how I got my answer using algebraic methods. \n" );
document.write( "
Algebra.Com's Answer #633179 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Rani hired a bike for a ride. \n" ); document.write( "It cost $8 for two hours, and then $3 for every additional hour. Her ride cost $23. \n" ); document.write( "How long did Rani hire the bike? \n" ); document.write( "I've worked out that she hired the bike for 7 hours (23 - 8 = 15 and then 15/3 = 5) \n" ); document.write( "--------------------- \n" ); document.write( "Let x be the total # of hours. \n" ); document.write( "------------------------ \n" ); document.write( "Cost = 8 + 3(x-2) \n" ); document.write( "23 = 8 + 3(x-2) \n" ); document.write( "15 = 3(x-2) \n" ); document.write( "5 = x-2 \n" ); document.write( "x = 7 hrs \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |