document.write( "Question 171732: The sales tax on an item in nyc is8.38%. To encourage sales,a store advertises a 20% discount on any item in that store (not including the sales tax). The total cost T in terms of the origninal price P and the sales tax is\r
\n" );
document.write( "\n" );
document.write( "T=0.0838x0.80P is this correct? \n" );
document.write( "
Algebra.Com's Answer #126838 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sales tax on an item in nyc is8.38%. To encourage sales,a store advertises a 20% discount on any item in that store (not including the sales tax). The total cost T in terms of the origninal price P and the sales tax is \n" ); document.write( "T=0.0838x0.80P is this correct? \n" ); document.write( "------------------ \n" ); document.write( "I think you mean it's 20% off the original price, then tax is paid as usual. \n" ); document.write( "If so, it's \n" ); document.write( "P = whatever is tagged, + 0.0838P for tax = 1.0838P \n" ); document.write( "T = P*0.8 + 0.0838*0.8*P \n" ); document.write( "T = 0.8*1.0838P \n" ); document.write( "The tax is a % of the price paid. When the sale price is reduced, the tax is reduced at the same ratio. \n" ); document.write( " |