{% extends "global/Page.html" %} {% block title %}Introduction{% endblock %} {% block content %}

Quiz1

Suppose out of the 6 students, Student 1, 3, and 4 applied to School A, while Student 2, 5, and 6 applied to School B. After their applications, exam scores were assigned based on their student types.

The following is the summary of applications and their exam score.

Keeping in mind that each school can admit a maximum of two applicants with the highest scores from their own applicants.

Who would be accepted in School A? (select all apply)

Student 1
Student 3
Student 4
{% endblock %}