Answer:32
Step-by-step explanation:
step 1: total no of sheets used by class is 256 and lets name this variable as total_no_of_sheets_used = 256
step 2: no of sheets required for each project is 8 and lets name this variable as total_no_of_sheets_required_per_project = 8
step 3: in order to know how many people are there in class we use the below formula
people_in_cass = total_no_of_sheets_used / total_no_of_sheets_required_per_project
so the answer is
people_in_class = 256/8 = 32