To determine the number of ways to form the committee with 4 faculty members and 5 students, we need to calculate the combinations of faculty members and students separately and then multiply them together.
For faculty members:
There are 7 eligible faculty members, and we need to select 4 of them for the committee. This can be done using the combination formula:
C(7, 4) = 7! / (4!(7 - 4)!) = 35.
So, there are 35 ways to select 4 faculty members from the 7 eligible ones.
For students:
There are 13 eligible students, and we need to select 5 of them for the committee. Using the combination formula again:
C(13, 5) = 13! / (5!(13 - 5)!) = 1287.
Therefore, there are 1287 ways to select 5 students from the 13 eligible ones.
To form the committee, we multiply the number of ways to select faculty members by the number of ways to select students:
35 * 1287 = 44,895.
Hence, there are 44,895 ways to form the committee consisting of 4 faculty members and 5 students from the eligible candidates.