document.write( "Question 841979: The price of a computer after discount was $1200. If the discount was 20%, what was the original sales price? \n" ); document.write( "
Algebra.Com's Answer #507298 by Narsinghchauhan8960103366(17)\"\" \"About 
You can put this solution on YOUR website!
Let the original price of computer is x
\n" ); document.write( "Discount = 20%ofx
\n" ); document.write( "=(20/100)*x=x/5
\n" ); document.write( "Price after discount=x-x/5=4x/5
\n" ); document.write( "according to question
\n" ); document.write( "1200=4x/5
\n" ); document.write( "4x=6000
\n" ); document.write( "x=6000/4=1500 Ans
\n" ); document.write( "
\n" );