document.write( "Question 356874: If $1,500.00 was the total price paid for an item, including the 6% sales tax, what is the price of just the item itself without the tax? \n" ); document.write( "
Algebra.Com's Answer #254809 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let p represent the price. The Total with the tax would be.
\n" ); document.write( "$15,000.00 = p + .06p
\n" ); document.write( "$15,000.00 = (1 +.06)p
\n" ); document.write( "$15,000.00/1.06 = p
\n" ); document.write( "$14,150.94 = p \n" ); document.write( "
\n" );