document.write( "Question 1118069: How do i find the amount of tax if the sales tax is 6% and no original price is included? \n" ); document.write( "
Algebra.Com's Answer #733291 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "In addition to the tax rate of 6%, you must know either the original price OR the amount of tax.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "tax_amount = 0.06*(original_price) \r \n" ); document.write( "\n" ); document.write( "So if you know the tax amount, you can solve to get original_price (by dividing both sides by the tax rate of 6% or 0.06) as follows: \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "original_price = tax_amount / 0.06\r \n" ); document.write( "\n" ); document.write( " \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |