document.write( "Question 1107985: At the end of the day, a storekeeper had $1545 in the cash register, counting both the sale of goods and the sales tax of 3%. Find the amount that is the tax. \n" ); document.write( "
Algebra.Com's Answer #723065 by rumessa(13) ![]() You can put this solution on YOUR website! sol: \n" ); document.write( " total earned cash = $1545 \n" ); document.write( " tax % = 3% \n" ); document.write( " tax = ?\r \n" ); document.write( "\n" ); document.write( " tax amount= 1545 * 3% \n" ); document.write( " = 1545*3/100 \n" ); document.write( " = 4635/100 \n" ); document.write( " = 46.35 \n" ); document.write( " \n" ); document.write( " |