document.write( "Question 1096220: A trader made a profit of 34 1/2% on merchandise that he sold for $10000. calculate the original total price of the goods \n" ); document.write( "
Algebra.Com's Answer #710761 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A trader made a profit of 34 1/2% on merchandise that he sold for $10000. calculate the original total price of the goods \n" ); document.write( ": \n" ); document.write( "let p = the original price \n" ); document.write( "The decimal equiv of per cent \n" ); document.write( "p + .345p = 10000 \n" ); document.write( "1.345p = 10000 \n" ); document.write( "p = 10000/1.345 \n" ); document.write( "p = $7,434.94 \n" ); document.write( " |