document.write( "Question 1200644: a theater group made appearances in two cities. The hotel charge before tax in the second city was $1000 lower than in the first. The tax in the first city was 10%, and the tax in the second city was 6%. The total hotel tax paid for the two cities was $
\n" ); document.write( "420. How much was the hotel charge in each city before tax?
\n" ); document.write( "

Algebra.Com's Answer #834819 by josgarithmetic(39616)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "CITY           BASE RATE         TAX RATE           TAX\r\n" );
document.write( "   1            c+1000           10%               0.1(c+1000)\r\n" );
document.write( "   2            c                 6%               0.06c\r\n" );
document.write( " TOTAL                                            420\r\n" );
document.write( "

\n" ); document.write( "Understand what equation to create and solve....
\n" ); document.write( "
\n" );