document.write( "Question 25250: A sporting goods store sells right-handed baseball gloves. In one month, 12 gloves were solf for a total of $561. Right-handed gloves cost $45 and left-handed gloves cost $52. How many of each were sold? \n" ); document.write( "
Algebra.Com's Answer #13520 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the right-handed glove be x \n" ); document.write( "Let the left-handed golve be y \n" ); document.write( "x+y=12 \n" ); document.write( "y=12-x \n" ); document.write( "Cost of rigth haded glove = $45 \n" ); document.write( "left-handed cost =$52 \n" ); document.write( "45x+52y=561 \n" ); document.write( "Subsitute for y \n" ); document.write( "45x+52(12-x)=561 \n" ); document.write( "45x-52x+624=561 \n" ); document.write( "-7x=-63 \n" ); document.write( "x=9 \n" ); document.write( "y=12-9 \n" ); document.write( "y=3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence about 9 right handed gloves were sold, and about 3 left-handed gloves were sold. \n" ); document.write( "Paul. \n" ); document.write( " \n" ); document.write( " |