document.write( "Question 26194: A chemistery lab can be used by 38 students at one time. The lab has 16 work-stations, some set up for 2 students each and the others set up for 3 students each. How many work-stations accommodate 2 students? \n" ); document.write( "
Algebra.Com's Answer #14072 by stanbon(75887) ![]() You can put this solution on YOUR website! Let number of 2-person stations be \"x\". \n" ); document.write( "Then number of 3-person stations is \"16-x\" \n" ); document.write( "Persons accommodated at the 2-person stations is 2x. \n" ); document.write( "Persons accommodated at the 3-person stations is 3(16-x)=48-3x \n" ); document.write( "EQUATION: \n" ); document.write( "#of persons at 2-person + #of persons at 3-persons = 38 \n" ); document.write( " 2x + 48-3x=38 \n" ); document.write( " -x=-10 \n" ); document.write( " x=10 (# of 2-person work stations) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |