document.write( "Question 487174: an item is discounted 20% and the final cost is $20,00 what is the original price of the item, before the 20% discount? \n" ); document.write( "
Algebra.Com's Answer #332972 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! n-.2n=20 \n" ); document.write( ".8n=20 \n" ); document.write( "n=20/.8=$25.00.. \n" ); document.write( " |