document.write( "Question 1202198: The Enormous State University History Department offers three courses—Ancient, Medieval, and Modern History—and the chairperson is trying to decide how many sections of each to offer this semester. The department is allowed to offer 45 sections total, there are 4,900 students who would like to take a course, and there are 60 professors to teach them. Sections of Ancient History have 100 students each, sections of Medieval History hold 50 students each, and sections of Modern History have 200 students each. Modern History sections are taught by a team of two professors, while Ancient and Medieval History need only one professor per section. How many sections of each course should the chair schedule in order to offer all the sections that they are allowed, accommodate all of the students, and give one teaching assignment to each professor? HINT [See Example 2.] (Assume each section has the maximum number of students allowed.)
\n" ); document.write( "Ancient History sections Medieval History sections Modern History sections
\n" ); document.write( "

Algebra.Com's Answer #836852 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
you can use the gauss-jordan matrix calculator to solve this.
\n" ); document.write( "https://matrix.reshish.com/gauss-jordanElimination.php
\n" ); document.write( "you set up a 3 row by 4 column matrix.
\n" ); document.write( "matric entries are:
\n" ); document.write( "
\r\n" );
document.write( "                   column 1      column 2     column 3     column 4\r\n" );
document.write( "variable              x1           x2           x3            \r\n" );
document.write( "row 1                  1            1            1            45\r\n" );
document.write( "row 2                  1            1            2            60\r\n" );
document.write( "row 3                100           50          200          4900\r\n" );
document.write( "

\n" ); document.write( "run the program and here are the results.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "first you set the matrix
\n" ); document.write( "next you input the numbers.
\n" ); document.write( "next it calculates the result.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x1 is the number of ancient history sections.
\n" ); document.write( "x2 is the number of medieval history sections.
\n" ); document.write( "x3 is the number of modern history sections.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your equations are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "number of sections:
\n" ); document.write( "1*x1 + 1*x2 + 1*x3 = 45 \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "number of professors per section:
\n" ); document.write( "1*x1 + 1*x2 + 2*x3 = 60\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "number of students per section:
\n" ); document.write( "100*x1 + 50*x2 + 200*x3 = 4900 \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is:
\n" ); document.write( "8 sections of ancient history.
\n" ); document.write( "22 sections of medieval history
\n" ); document.write( "15 sections of modern history.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your answer matrix is:
\n" ); document.write( "
\r\n" );
document.write( "                      ancient    medieval    modern     total\r\n" );
document.write( "sections                 8          22         15         45\r\n" );
document.write( "teachers                 8          22         30         60\r\n" );
document.write( "students               800        1100       3000       4900   \r\n" );
document.write( "

\n" ); document.write( "if you need to know how to do it manually, let me know.
\n" ); document.write( "theo\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );