document.write( "Question 310595: At the end of the day, a storekeeper had $1144 in the cash register, counting both the sale of
\n" );
document.write( "goods and the sales tax of 4%. Find the amount that is the tax. \n" );
document.write( "
Algebra.Com's Answer #222213 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! At the end of the day, a storekeeper had $1144 in the cash register, \n" ); document.write( "counting both the sale of goods and the sales tax of 4%. \n" ); document.write( " Find the amount that is the tax. \n" ); document.write( ": \n" ); document.write( "Here is a method that shows you what is going on here \n" ); document.write( ": \n" ); document.write( "Let a = amt for the sale of goods only \n" ); document.write( "then \n" ); document.write( ".04a = amt of tax \n" ); document.write( ": \n" ); document.write( "A simple equation \n" ); document.write( "a + .04a = 1144 \n" ); document.write( "1.04a = 1144 \n" ); document.write( "a = \n" ); document.write( "a = $1100 for the goods \n" ); document.write( "then \n" ); document.write( ".04(1100) = $44 is amt of the tax \n" ); document.write( " |