document.write( "Question 1204104:  The Rand Co. produces 11 times as many rings on shift one as on shift two. If a total of 12,000 rings were produced, how many were produced on each shift?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #840134 by greenestamps(13209)     You can put this solution on YOUR website! \n" ); document.write( "Let x be the number produced on shift 2 \n" ); document.write( "Then 11x is the number produced on shift 1 \n" ); document.write( "The total produced is 12,000: \n" ); document.write( "x+11x=12000 \n" ); document.write( "12x=12000 \n" ); document.write( "x=12000/12=1000 \n" ); document.write( "ANSWERS: \n" ); document.write( "x=1000 on shift 2 \n" ); document.write( "11x=11,000 on shift 1 \n" ); document.write( " \n" ); document.write( " |