document.write( "Question 207782: A state sales tax rate is 4.8%. If the tax on a purchase was $23.76, what was the price of the purchase? \n" ); document.write( "
Algebra.Com's Answer #157185 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
A state sales tax rate is 4.8%. If the tax on a purchase was $23.76, what was the price of the purchase?
\n" ); document.write( "-----
\n" ); document.write( "let x = the purchase.
\n" ); document.write( "tax on the purchase = .048 * x
\n" ); document.write( "if the tax is $23.76, then .048 * x = $23.76
\n" ); document.write( "solving for x, you get x = $23.76 / .048 = $495.00
\n" ); document.write( "-----
\n" ); document.write( ".048 * $495.00 = $23.76 confirming that this is accurate.
\n" ); document.write( "
\n" ); document.write( "
\n" );