document.write( "Question 1016820: Tom bought a computer for 15% off from the list price of p dollars. If the sales tax was 8%, how much did he pay for the computer including sales tax? \n" ); document.write( "
Algebra.Com's Answer #633248 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "list price = p\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "sale price = p - .15 * p = (1 - .15) * p = .85 * p.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "tax on sale price = .08 * .85 * p = .068 * p.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "total price = sale price + tax on sale price becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "total price = .85 * p + .068 * p = (.85 + .068) * p = .918 * p.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "he paid .918 * p for the computer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this price included the tax on the sale price.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for example:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if the list price was 250 dollars, then he paid .918 * 250 = 229.5.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the list price was 250.
\n" ); document.write( "the sale price was .85 * 250 = 212.5
\n" ); document.write( "the tax on the sale price was .08 * 212.5 = 17
\n" ); document.write( "the total price was the sale price plus the tax on the sale price = 212.5 + 17 = 229.5.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );