document.write( "Question 1034692: Sophia paid 304$ for a new TV. The TV was on sale for 20% off. What was the original price for the new TV? \n" ); document.write( "
Algebra.Com's Answer #649353 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well, if she got 20% off, then the $304 she paid must have been the remaining 80% of the original price...thus, if we call the original price x, we write \n" ); document.write( ".80x = 304 \n" ); document.write( "x = 304/.8 = $380 \n" ); document.write( " |