document.write( "Question 989623: A company orders 2 types of parts, brass and steel. They received 2 separate shipments of the parts they ordered. the first order has 3 brass parts and 10 steel parts and cost a total of $48. The second order has 7 brass parts and 4 steel parts and cost a total of $54. Find the cost of each part (the cost of the brass parts and the cost of the steel parts) \n" ); document.write( "
Algebra.Com's Answer #805149 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! b = number of brass parts \n" ); document.write( "s = number of steel parts\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3b + 10s = 48 \n" ); document.write( "7b + 4s = 54\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use any method (substitution, graphing, elimination) to solve. \n" ); document.write( " |