Respuesta :
Let s = number of students in Mr. Jones's class. Lets step through what information is given.
1. If the class was split exactly in half...
so, we are starting with s/2
2. Then each class would have no more than 17 students...
s/2 <= 17
If you want the expression in terms of s only, then
s <= 34
1. If the class was split exactly in half...
so, we are starting with s/2
2. Then each class would have no more than 17 students...
s/2 <= 17
If you want the expression in terms of s only, then
s <= 34