document.write( "Question 634299: Parking in a lot costs. $2.25 for the first hour and $1.25 for each hour thereafter. A partial hour is charged the same as a full hour. What is the longest time someone can park for $9. \n" ); document.write( "
Algebra.Com's Answer #399585 by checkley79(3341) ![]() You can put this solution on YOUR website! 2.25+1.25X=9.00 \n" ); document.write( "1.25X=9.00-2.25 \n" ); document.write( "1.25X=6.75 \n" ); document.write( "X=6.75/1.25 \n" ); document.write( "X=5.4 HOURS \n" ); document.write( "1+5=6 HOURS IS THE MAX TIME FOR $9.00 OR LESS. \n" ); document.write( " |