document.write( "Question 253514: A television is on sale for 20 percent off If the sale price is 800 what was the original price? \n" ); document.write( "
Algebra.Com's Answer #185937 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 800=x(1-.2) \n" ); document.write( "800=x*.8 \n" ); document.write( ".8x=800 \n" ); document.write( "x=800/.8 \n" ); document.write( "x=$1,000 ans. for the original price. \n" ); document.write( " |