document.write( "Question 889135: The dress store is having a sale on merchandise is 1/4 off. A women buys $30 of merchandise at sale price. What would she have to pay at the regular price?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #537967 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The dress store is having a sale on merchandise is 1/4 off. A women buys $30 of merchandise at sale price. What would she have to pay at the regular price? \n" ); document.write( "*** \n" ); document.write( "let x=regular price \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( "4x-120=x \n" ); document.write( "3x=12 \n" ); document.write( "x=40 \n" ); document.write( "What would she have to pay at the regular price? $40 \n" ); document.write( " |