document.write( "Question 262874: Please.... help me with this word problem from Solving Linear Equations problem solving-word problem:
\n" );
document.write( "Pottery sold at the original price of 10.50 but decreased in price by $3.00 each. I f all 85 pieces sold and took in $712.50, find out how many sold at original price and how many sold at reduce price.
\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #193645 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let x potteries be sold at the original price of 10.50 and \n" ); document.write( " y potteries be sold at the reduced price of 10.50-3 = 7.5 \n" ); document.write( "Total number of potteries x+y = 85 ...(1) \n" ); document.write( "Total amount 10.50x+7.50y = 712.50 ...(2) \n" ); document.write( "(1)*7.50 => 7.50x+7.50y = 85*7.50= 637.50 ...(3) \n" ); document.write( "(2)-(3)=> 3x = 75 \n" ); document.write( " x = 25 \n" ); document.write( "(1)=> 25+y = 85 \n" ); document.write( " y = 85-25 = 60 \n" ); document.write( " |