document.write( "Question 417076: Find the amount of tax and the tax rate. Round to two decimal places.\r
\n" );
document.write( "\n" );
document.write( "Cost of item: $142\r
\n" );
document.write( "\n" );
document.write( "Selling price: $160.44\r
\n" );
document.write( "\n" );
document.write( "Tax amount: $\r
\n" );
document.write( "\n" );
document.write( "Tax rate: % \n" );
document.write( "
Algebra.Com's Answer #292083 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 160.44-142.00=18.44 tax \n" ); document.write( "18.44/142=0.13=13% rate \n" ); document.write( " |