document.write( "Question 386043: the sales tax is 7%. If the total cost of a book (including tax) is $45.99, what is the price of the book before tax? \n" ); document.write( "
Algebra.Com's Answer #272982 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! the sales tax is 7%. If the total cost of a book (including tax) is $45.99, what is the price of the book before tax? \n" ); document.write( ". \n" ); document.write( "Let x = price of book before tax \n" ); document.write( "then \n" ); document.write( "x + .07x = 45.99 \n" ); document.write( "x(1 + .07) = 45.99 \n" ); document.write( "x(1.07) = 45.99 \n" ); document.write( "x = 45.99/1.07 \n" ); document.write( "x = $42.98 \n" ); document.write( " \n" ); document.write( " |