document.write( "Question 380294: The sales tax on a table saw is $11.25
\n" );
document.write( "a. What is the purchase price of the table saw(before tax) if the sales tax rate is 7.5%?\r
\n" );
document.write( "\n" );
document.write( "I have tried
\n" );
document.write( "11.25*.075 =.84375
\n" );
document.write( ".84375+11.25=12.09375 \n" );
document.write( "
Algebra.Com's Answer #269952 by kingme18(98)![]() ![]() You can put this solution on YOUR website! Sales tax is found by taking the item price * tax rate = sales tax\r \n" ); document.write( "\n" ); document.write( "So here, purchase price * .075 = 11.25 \n" ); document.write( "To solve for the purchase price, divide both sides by .075 \n" ); document.write( "11.25/.075=150 \n" ); document.write( "The item price before tax is $150. \n" ); document.write( " |