document.write( "Question 1016573: A theater group made appearances in two cities. The hotel charge before tax in the second city was
\n" );
document.write( "$1500
\n" );
document.write( " lower than in the first. The tax in the first city was
\n" );
document.write( "8.5%
\n" );
document.write( ", and the tax in the second city was
\n" );
document.write( "8%
\n" );
document.write( ". The total hotel tax paid for the two cities was
\n" );
document.write( "$457.50
\n" );
document.write( ". How much was the hotel charge in each city before tax? \n" );
document.write( "
Algebra.Com's Answer #633079 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A theater group made appearances in two cities. \n" ); document.write( " The hotel charge before tax in the second city was $1500 lower than in the first. \n" ); document.write( " The tax in the first city was 8.5%, and the tax in the second city was 8%. \n" ); document.write( " The total hotel tax paid for the two cities was $457.50. \n" ); document.write( " How much was the hotel charge in each city before tax? \n" ); document.write( ": \n" ); document.write( "let a = hotel charge for the 1st city \n" ); document.write( "The 2nd city was $1500 lower, therefore \n" ); document.write( "(a-1500) = hotel charge for 2nd city \n" ); document.write( ": \n" ); document.write( "1st Hotel tax + 2nd Hotel tax = 457.50 \n" ); document.write( " .085a + .08(a-1500) = 457.50 \n" ); document.write( " .085a + .08a - 120 = 457.50 \n" ); document.write( " .165a = 457.50 + 120 \n" ); document.write( " .165a = 577.50 \n" ); document.write( "a = 577.50/.165 \n" ); document.write( "a = $3500 charge for the 1st hotel before tax \n" ); document.write( "and \n" ); document.write( "3500 - 1500 = $2000 charge for the 2nd hotel \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Confirm this solution, find the actual tax on each, find their sum. \n" ); document.write( ".085(3500) = 297.50 \n" ); document.write( ".08(2000) = 160.00 \n" ); document.write( "--------------------- \n" ); document.write( "Total tax: 457.50 \n" ); document.write( " |