document.write( "Question 84448: The rental cost of a jet ski from Nola's place is $15.00 per 15 minutes and the cost from Berkmans is $25.00 per half hour. If you plan to rent a jet ski for 2 hours, which is the better deal and by how much? \n" ); document.write( "
Algebra.Com's Answer #60829 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Convert everything to hours
\n" ); document.write( "N = cost to rent at Nola's
\n" ); document.write( "B = cost to rent at Berkman's
\n" ); document.write( "h = hours rented
\n" ); document.write( "15 min is .25 hour
\n" ); document.write( "30 min is .5 hour
\n" ); document.write( "N = (15/.25 hrs)(h)
\n" ); document.write( "N = 60h
\n" ); document.write( "----------------
\n" ); document.write( "B = (25/.5 hr)(h)
\n" ); document.write( "B = 50h
\n" ); document.write( "So, if h = 2 hrs
\n" ); document.write( "N = 60*2
\n" ); document.write( "N = 120
\n" ); document.write( "and
\n" ); document.write( "B = 50*2
\n" ); document.write( "B = 100
\n" ); document.write( "Berkman's is cheaper by $20
\n" ); document.write( "
\n" );