document.write( "Question 829751: Sally bought a bike at 25% less than the original price. Original price was $40 more than the price. What is the original price? \n" ); document.write( "
Algebra.Com's Answer #500072 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "Sally bought a bike at 25% less than the original price. Original price was $40 more than the price. What is the original price? \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "Answer: \n" ); document.write( "Let x = original price \n" ); document.write( "x = 40 + (x - 0.25x) \n" ); document.write( "x = 0.75x + 40 \n" ); document.write( "0.25x = 40, multiply both sides by 4 \n" ); document.write( "x = 160 \n" ); document.write( "The original price is $160. \n" ); document.write( " |