document.write( "Question 853192: You have a coupon good for $7 also the price of any large pizza. You also get a 20% discount on any pizza if you show your student ID. How much more would you pay for a large pizza if the cashier applies the coupon first? \r
\n" );
document.write( "\n" );
document.write( "Answers:
\n" );
document.write( "a. $1.70 c. $1.40
\n" );
document.write( "b. $0.00 d. $0.70\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #513984 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! If you use the coupon first, \n" ); document.write( "(P-7)*.80 (the reciprocal of .20) \n" ); document.write( "If you use the discount first, \n" ); document.write( ".8P - 7 \n" ); document.write( ". \n" ); document.write( "Let's assume the pizza is $20. \n" ); document.write( "Coupon first: (20-7)*.8 = $10.40 \n" ); document.write( "Discount first: (.8*20)-7 = $9.00 \n" ); document.write( ". \n" ); document.write( "You'll pay $1.40 more by using the coupon first. \n" ); document.write( " |