document.write( "Question 960743: If each employee in a certain bank will be given three ball pens from the available supply, one of them would have to be satisfied with only two. But if each employee will be given two ball pens, 8 ball pens would remain. How many ball pens are available? \n" ); document.write( "
Algebra.Com's Answer #587222 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
E=number of employees; N=number of pens
\n" ); document.write( "3E-1=N
\n" ); document.write( "2E+8=N Substitute for N
\n" ); document.write( "3E-1=2E+8 Subtract 2E from each side.
\n" ); document.write( "E-1=8 Add 1 to each side.
\n" ); document.write( "E=9 There are 9 employees.
\n" ); document.write( "3E-1=N
\n" ); document.write( "3(9)-1=N
\n" ); document.write( "27-1=N
\n" ); document.write( "26=N ANSWER: There are 26 pens.
\n" ); document.write( "CHECK:
\n" ); document.write( "2E+8=N
\n" ); document.write( "2(9)+8=26
\n" ); document.write( "26=26
\n" ); document.write( "
\n" );