document.write( "Question 1074137: A theater group made appearances in two cities. The hotel charge before tax in the second city was
\n" ); document.write( "$500
\n" ); document.write( " higher than in the first. The tax in the first city was
\n" ); document.write( "6.5%
\n" ); document.write( ", and the tax in the second city was
\n" ); document.write( "3%
\n" ); document.write( ". The total hotel tax paid for the two cities was
\n" ); document.write( "$513.75
\n" ); document.write( ". How much was the hotel charge in each city before tax?
\n" ); document.write( "

Algebra.Com's Answer #688872 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
Let the amount before tax at the first hotel be x
\n" ); document.write( "The amount at the second hotel will be x+500
\n" ); document.write( ":
\n" ); document.write( "0.065x+0.03(x+500) = 513.75
\n" ); document.write( "0.065x+0.03x+15 = 513.75
\n" ); document.write( "0.095x = 498.75
\n" ); document.write( "x = 5,250 this is for the first hotel.
\n" ); document.write( "The second hotel: 5,250+500 = 5,750
\n" ); document.write( "------------------------------------------
\n" ); document.write( "Check:
\n" ); document.write( "1st city: 5,250*0.065 = 341.25
\n" ); document.write( "2nd city: 5,750*0.03 = 172.50
\n" ); document.write( ". . . . . . . Total . : 513.75 Correct
\n" ); document.write( "
\n" );