document.write( "Question 706507: \r
\n" );
document.write( "\n" );
document.write( "Parking in a student parking lot cost $2 dollar for the first half hour and 1.50 thereafter for each hour. A partical charge is the same has an full hour. What is the longest time a student can park for $10 dollars.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #435223 by checkley79(3341) ![]() You can put this solution on YOUR website! 2+1.5x<=10 \n" ); document.write( "1.5x>=10-2 \n" ); document.write( "1.5x>=8 \n" ); document.write( "x>=8/1.5 \n" ); document.write( "x>=5.3 hours. \n" ); document.write( "0.5hours + 5.3 hours=5.8 hours \n" ); document.write( "6 hours is the answer. \n" ); document.write( " |