document.write( "Question 433467: amy paid 76.31 for a pair of running shoes during a 40% off sale. What was the regular price? \n" ); document.write( "
Algebra.Com's Answer #300553 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! amy paid 76.31 for a pair of running shoes during a 40% off sale. What was the regular price? \n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "let x=regular price \n" ); document.write( "discount=40% \n" ); document.write( "x-.4x=76.31 \n" ); document.write( ".6x=76.31 \n" ); document.write( "x=76.31/.6=$127.18 \n" ); document.write( "ans: \n" ); document.write( "The regular price was $127.18 \n" ); document.write( " |