document.write( "Question 1189904: Shauna is buying a laptop computer. she will pay 8% sales tax on the price before any rebates. where will she get a better buy?
\n" );
document.write( "XYZ-Tronic
\n" );
document.write( "price - $629
\n" );
document.write( "mail-in rebate $150
\n" );
document.write( "TEC-U-COMP
\n" );
document.write( "price - $649
\n" );
document.write( "discount 25% off \n" );
document.write( "
Algebra.Com's Answer #853589 by CPhill(2189) You can put this solution on YOUR website! \n" ); document.write( "8% sales tax on the price before any rebates \n" ); document.write( "Option I \n" ); document.write( "XYZ-Tronic \n" ); document.write( "price - $629 \n" ); document.write( "mail-in rebate $150 \n" ); document.write( "Total price = 629*8%+629 -150 \n" ); document.write( "=$529.32 \n" ); document.write( "Option II \n" ); document.write( "TEC-U-COMP \n" ); document.write( "price - $649 \n" ); document.write( "discount 25% off \n" ); document.write( "Total price = 649*8% +649 - 25%*649 \n" ); document.write( "= $538.67 \n" ); document.write( " |