Final answer:
To calculate the number of students living on-campus in 2016-2017, we can use matrix multiplication. The proportion of the student population that x represents is x / (x + y).
Step-by-step explanation:
To calculate the number of students living on-campus in 2016-2017, we can use matrix multiplication. Let x represent the number of students living on campus in 2015-2016, and y represent the number of students living off campus in 2015-2016.
The matrix representing the transition from on-campus to on-campus is [0.8, 0.3], and the matrix representing the transition from off-campus to on-campus is [0.2, 0.7]. So, the matrix representing the total transition is [0.8, 0.3] * [x, y].
In order to find the number of students living on-campus in 2016-2017, we can multiply the matrices: [0.8, 0.3] * [x, y] = [0.8x + 0.3y, 0.8x + 0.3y]. This means that the number of students living on-campus in 2016-2017 is 0.8x + 0.3y.
To calculate the proportion of the student population that x represents, we can divide x by the total number of students: x / (x + y).