document.write( "Question 1187592: The list price of a product is 6,500 Php and is given a discount series of 5%, 10%, and then 12%. What is the net price? \n" ); document.write( "
Algebra.Com's Answer #818617 by MathTherapy(10552)\"\" \"About 
You can put this solution on YOUR website!
The list price of a product is 6,500 Php and is given a discount series of 5%, 10%, and then 12%. What is the net price?
\n" ); document.write( "
5% discount means that the price paid was 1 - 5% = 95%, or .95
\n" ); document.write( "Likewise, 10% discount means that the price paid was 1 - 10% = 90%, or .9
\n" ); document.write( "And, 12% discount means that the price paid was 1 - 12% = 88%, or .88
\n" ); document.write( "Final price paid: \n" ); document.write( "
\n" );