document.write( "Question 185443: Together, a bat, ball, and glove cost $70.00. The bat costs $10 more than the ball, and the glove costs $20 more than two balls. How much does each cost ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #139128 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Together, a bat, ball, and glove cost $70.00. The bat costs $10 more than the ball, and the glove costs $20 more than two balls. How much does each cost ? \n" ); document.write( ". \n" ); document.write( "Let x = cost of a ball \n" ); document.write( "then \n" ); document.write( "x+10 = cost of a bat \n" ); document.write( "2x+20 = cost of a glove \n" ); document.write( ". \n" ); document.write( "x + x+10 + 2x+20 = 70 \n" ); document.write( "4x+30 = 70 \n" ); document.write( "4x = 40 \n" ); document.write( "x = $10 (cost of a ball) \n" ); document.write( ". \n" ); document.write( "cost of a bat: \n" ); document.write( "x+10 = 10+10 = $20 \n" ); document.write( ". \n" ); document.write( "cost of a glove: \n" ); document.write( "2x+20 = 2(10)+20 = $40 \n" ); document.write( " \n" ); document.write( " |