document.write( "Question 904051: A theater group made appearances in two cities. The hotel charge before tax in the second city was
\n" );
document.write( "$1500 lower than in the first. The tax in the first city was 10%, and the tax in the second city was 6.5%. The total hotel tax paid for the two cities was $521.25. How much was the hotel charge in each city before tax? \n" );
document.write( "
Algebra.Com's Answer #548471 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x first city hotel charge \n" ); document.write( ".10x + .065(x-1500) = $521.25 \n" ); document.write( "x = ($521.25 + $97.50 )/.035 , first city hotel charge \n" ); document.write( " |