document.write( "Question 830907: on a shop, two different types of sugar packets are sold, which costs 50 Rs each and 70 Rs each, respectively. If the shopkeeper sales 60 packages and have a total revenue of 3200. How many packets he sold of 50 Rs? \n" ); document.write( "
Algebra.Com's Answer #500998 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! x for how many of the 50 Rs priced \n" ); document.write( "y for how many of the 70 Rs priced\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+y=60 according to the description; \n" ); document.write( "50x+70y=3200 also described. Simplify this one to 5x+7y=320.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve the system for x and y. \n" ); document.write( "--------------- \n" ); document.write( "x+y=60 \n" ); document.write( "--------------- \n" ); document.write( "5x+7y=320 \n" ); document.write( "---------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "One way is multiply the package count equation by 5 and subtract from the revenue equation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x+7y-(5x+5y)=320-5*60 \n" ); document.write( "2y=20 \n" ); document.write( "y=10, meaning that x=50 \n" ); document.write( " |