document.write( "Question 347811: Gina rented a moon-walk for 5 hours at a total of $230. Lori rented the same moon-walk for 2 hours at the total cost of $125. how much is the set-up fee? what is the hourly rental fee? \n" ); document.write( "
Algebra.Com's Answer #248687 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
call the set-up fee \"s\"
\n" ); document.write( "Call the hourly fee \"h\"
\n" ); document.write( "total cost = (hourly fee)x(hrs) + set-up fee
\n" ); document.write( "For Gina:
\n" ); document.write( "\"230+=+h%2A5+%2B+s\"
\n" ); document.write( "(1) \"5h+%2B+s+=+230\"
\n" ); document.write( "For Lori:
\n" ); document.write( "\"125+=+h%2A2+%2B+s\"
\n" ); document.write( "(2) \"2h+%2B+s+=+125\"
\n" ); document.write( "Subtract (2) from (1)
\n" ); document.write( "(1) \"5h+%2B+s+=+230\"
\n" ); document.write( "(2) \"-2h+-+s+=+-125\"
\n" ); document.write( "\"3h+=+105\"
\n" ); document.write( "\"h+=+35\"
\n" ); document.write( "The hourly rental fee is $35
\n" ); document.write( "
\n" );