document.write( "Question 199124: At Michale's craft store, the paint set that you
\n" );
document.write( "want is normally $26. It is currently on sale for 10% off.
\n" );
document.write( "Also, you have a coupon for an
\n" );
document.write( "additional 40% off, Which can be used after all
\n" );
document.write( "other discounts have been applied. What is the
\n" );
document.write( "3final cost of the paint set? \n" );
document.write( "
Algebra.Com's Answer #149592 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! At Michale's craft store, the paint set that you \n" ); document.write( "want is normally $26. It is currently on sale for 10% off. \n" ); document.write( "26 - (.10)26 \n" ); document.write( "= 26(1-.10) \n" ); document.write( "= 26(.90) \n" ); document.write( "= $23.40 \n" ); document.write( ". \n" ); document.write( "additional 40% off: \n" ); document.write( "23.40 - (.40)23.40 \n" ); document.write( "= 23.40(1-.40) \n" ); document.write( "= 23.40(.60) \n" ); document.write( "= $14.04 (final cost) \n" ); document.write( " |