document.write( "Question 1070427: A manager wants to separate his 24 employees into two teams. One team has six fewer members than twice the other team. Find the number of employees on each team by following a 5 step process: read the question, let x represent your unknowns, write and equations in words, translate the verbal equations into an algebraic equation and solve the equation.
\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #685549 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Team 1 has x employees \n" ); document.write( "Team 2 has 2x-6 \n" ); document.write( "The sum of the two teams is 24 \n" ); document.write( "Therefore, x+2x-6=24 \n" ); document.write( "3x-6=24 \n" ); document.write( "add 6 to both sides \n" ); document.write( "3x=30 \n" ); document.write( "x=10 \n" ); document.write( "2x-6=14 \n" ); document.write( "Team 1 has 10 employees, and Team 2 has 14. \n" ); document.write( " |