document.write( "Question 33985: Find the original price of a pair of gloves if the sale price of $35 was 20% off the original price. \n" ); document.write( "
Algebra.Com's Answer #20345 by ice_water35(8)\"\" \"About 
You can put this solution on YOUR website!
>>>>>
\n" ); document.write( "let the original price be x
\n" ); document.write( "x-.20x=35
\n" ); document.write( ".80x=35
\n" ); document.write( ".80x/.80=35/.80
\n" ); document.write( "x=43.75
\n" ); document.write( "
\n" );