document.write( "Question 1112326: Successive discounts of 12.5% and 5% are allowed on a $1250 table.
\n" );
document.write( "A) how much is paid for the table?
\n" );
document.write( "B) what single discount is equivalent to these successive discounts? \n" );
document.write( "
Algebra.Com's Answer #727347 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Successive discounts of 12.5% and 5% are allowed on a $1250 table. \n" ); document.write( "A) how much is paid for the table? \n" ); document.write( "1250*0.875*0.95 \n" ); document.write( "------------------ \n" ); document.write( "B) what single discount is equivalent to these successive discounts? \n" ); document.write( "(100 - 100*0.875*0.95)% \n" ); document.write( " |