document.write( "Question 1152245: A hardware company has two locations with a total of 26 employees. If four times the number of employees at the larger location is six less than seven times the number of employees at the smaller​ location, how many employees are at each​ location? \n" ); document.write( "
Algebra.Com's Answer #774223 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
x = number of employees at the larger location.
\n" ); document.write( "y = number of employees at the smaller location.
\n" ); document.write( "the two equations that need to be solved simultaneously are:
\n" ); document.write( "x + y = 26
\n" ); document.write( "4x = 7y - 6
\n" ); document.write( "rearrange the second equation so that the variables are on the left and the constants are on the right, and leave the first equation as is to get:
\n" ); document.write( "x + y = 26
\n" ); document.write( "4x - 7y = -6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of the first equation by 4 and leave the second equation as is to get:
\n" ); document.write( "4x + 4y = 104
\n" ); document.write( "4x - 7y = -6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract the second equation from the first to get:
\n" ); document.write( "11y = 110\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for y to get:
\n" ); document.write( "y = 110 / 11 = 10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for x to get x = 16\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace original equations with x = 16 and y = 10 to get:
\n" ); document.write( "x + y = 26 becomes 16 + 10 = 26 which becomes 26 = 26.
\n" ); document.write( "4x = 7y - 6 becomes 4 * 16 = 7 * 10 - 6 which becomes 64 = 64.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this confirms the values for x and y are correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is that there are 16 employees at the larger location and 10 employees at the smaller location.
\n" ); document.write( "
\n" ); document.write( "
\n" );