document.write( "Question 966627: A theater group made appearances in two cities. The hotel charge before tax in the second city was $1500 higher than in the first. The tax in the first city was 6%,and the tax in the second city was 9%. The total hotel tax paid for the two cities was $735. How much was the hotel charge in each city before tax? \n" ); document.write( "
Algebra.Com's Answer #590779 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A theater group made appearances in two cities. The hotel charge before tax in the second city was $1500 higher than in the first. The tax in the first city was 6%,and the tax in the second city was 9%. The total hotel tax paid for the two cities was $735. How much was the hotel charge in each city before tax? \n" ); document.write( "*** \n" ); document.write( "let x=hotel charge before tax in first city \n" ); document.write( "x+1500=hotel charge before tax in second city \n" ); document.write( "6%x+9%(x+1500)=735 \n" ); document.write( ".06x+.09x+135=735 \n" ); document.write( ".15x=600 \n" ); document.write( "x=4000 \n" ); document.write( "x+1500=5500 \n" ); document.write( "hotel charge before tax in first city=$4000 \n" ); document.write( "hotel charge before tax in second city=$5500 \n" ); document.write( " |