document.write( "Question 1054673: A university has 300 employees classified as faculty,administration or staff.The number of faculty members is equal to sum of the number of administration members and staff l members.the number of staff members is 50 more than the number of administration members.Find the number of employees in each classifications. \n" ); document.write( "
Algebra.Com's Answer #669872 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! administration members: x \n" ); document.write( "staff members: x + 50 \n" ); document.write( " faculty members: 2x + 50 \n" ); document.write( "x + x+50 + 2x+50 =300 \n" ); document.write( "4x = 200 \n" ); document.write( "x = 50 \n" ); document.write( "administration members: 50 \n" ); document.write( "staff members: 100 \n" ); document.write( " faculty members: 150 \n" ); document.write( "| \n" ); document.write( "Note sum = 300 CHECKS!\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |