document.write( "Question 644655: tialParking in a student lot costs $3 for the first half and $1.25 for each hour thereafter. A partial hour is charged the same as a full hour. What is the longest time that a student can park in the lot for $8? \r
\n" );
document.write( "\n" );
document.write( "I have to show how this problem is solved, and don't even know where to start other than I think it should start as an equation to figure out the number of hours. Thank you. \n" );
document.write( "
Algebra.Com's Answer #405195 by stanbon(75887) ![]() You can put this solution on YOUR website! Parking in a student lot costs $3 for the first half and $1.25 for each hour thereafter. A partial hour is charged the same as a full hour. What is the longest time that a student can park in the lot for $8? \n" ); document.write( "-------- \n" ); document.write( "You need an equation relating time and cost. \n" ); document.write( "---- \n" ); document.write( "cost = 1st hr cost + 1.25*(# of additional hours) \n" ); document.write( "---- \n" ); document.write( "C = 3 + 1.25x \n" ); document.write( "------ \n" ); document.write( "What is the longest time that a student can park in the lot for $8? \n" ); document.write( "You need to solve for time. \n" ); document.write( "8 = 3 + 1.25x \n" ); document.write( "1.25x = 5 \n" ); document.write( "x = 4 hrs. \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |