document.write( "Question 1055064: An item has a list price of $2,500. There is a series of trade discounts of 10% and then 15%. Find the net price. \n" ); document.write( "
Algebra.Com's Answer #670266 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
trade discounts of 10% and then 15%
\n" ); document.write( "paying 90% and then 85% of that
\n" ); document.write( ".85(.90*2500) = net price
\n" ); document.write( "
\n" );