document.write( "Question 1129369: Two parks are renting camping sites. Camp happy face rents their camp site for $250 base free and $30 per night. Camp doodleface rents their campsite for $50 per night with a $50 base free. Which camp has the best deal if you want to rent it for 12 nights? \n" ); document.write( "
Algebra.Com's Answer #745916 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
250 + 30x = 50 + 50x
\n" ); document.write( "200 = 20x
\n" ); document.write( "x = 10 At 10 nights they both cost the same.
\n" ); document.write( "At 12 nights Happy Face is cheaper
\n" ); document.write( "Proof:
\n" ); document.write( "250 + 30(12) = 610
\n" ); document.write( "50 + 50(12) = 650
\n" ); document.write( "
\n" );