document.write( "Question 640714: How do i find the purchase price of a product if the sales tax is $76 and the rate is 9.5%? \n" ); document.write( "
Algebra.Com's Answer #403375 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 0.095x = 76\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 76/0.095\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 800 \n" ); document.write( " |