document.write( "Question 620870: if a customer buys a $306.88 item (this is the sale price) which was originally marked down 15% and then marked down again 10%, how do i find the original price? i have tried numerous ways and the numbers just dont match up. \n" ); document.write( "
| Algebra.Com's Answer #390429 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! if a customer buys a $306.88 item (this is the sale price) which was originally marked down 15% and then marked down again 10%, how do i find the original price? i have tried numerous ways and the numbers just don't match up. \n" ); document.write( ": \n" ); document.write( "A 15% mark down means the item cost .85 * original cost \n" ); document.write( "A 10% mark down means the item cost .90 * that cost \n" ); document.write( ": \n" ); document.write( "Let x = original cost \n" ); document.write( ": \n" ); document.write( ".90(.85x) = 306.88 \n" ); document.write( ".765x = 306.88 \n" ); document.write( "x = 306.88/.765 \n" ); document.write( "x = $401.15 was the original cost \n" ); document.write( " \n" ); document.write( " |