document.write( "Question 412916: mr. salazar bought 3 shirts and 2 pants for php.2150. a month later , at the same price, he bought 2 shirts and 4 pants for php.2900. what is the cost of a shirt? \n" ); document.write( "
Algebra.Com's Answer #289931 by mananth(16946)![]() ![]() You can put this solution on YOUR website! shirt price x \n" ); document.write( "pant price y \n" ); document.write( ".. \n" ); document.write( "3x+2y=2150 \n" ); document.write( "2x+4y=2900\r \n" ); document.write( "\n" ); document.write( "multiply (1)by -2 \n" ); document.write( "Multiply (2) by 3 \n" ); document.write( "-6x-4y=-4300 \n" ); document.write( "6x+12y=8700 \n" ); document.write( " \n" ); document.write( "Add the two equations \n" ); document.write( "8y=4400 \n" ); document.write( "/8 \n" ); document.write( "y=550 pant \n" ); document.write( "Plug value of y in \n" ); document.write( "3x+2y=2150 \n" ); document.write( "3x+1100 =2150 \n" ); document.write( "3x=1050 \n" ); document.write( "/3 \n" ); document.write( "x=350 shirt \n" ); document.write( " \n" ); document.write( " |