document.write( "Question 957890: A pair of shoes usually sells for $66. If the shoes are 40% off, and sales tax is 8%, what is the total price of the shoes, including tax?
\n" );
document.write( "$42.77
\n" );
document.write( "$46.33
\n" );
document.write( "$43.16
\n" );
document.write( "$39.20 \n" );
document.write( "
Algebra.Com's Answer #585432 by macston(5194)![]() ![]() You can put this solution on YOUR website! 40% off means you pay 60% of the price: \n" ); document.write( ".060($66)=$39.60 \n" ); document.write( "With tax: \n" ); document.write( "1.08($39.60)=$42.77 ANSWER: The cost including tax is $42.77. \n" ); document.write( " |