Rocky Balboa, the boxing legend, and his rival Ivan Drago decided to have a friendly competition to see who could throw the most punches in a given time period. They agreed to throw a combination of jabs and hooks, with jabs counting as 1 point and hooks counting as 2 points. Rocky can throw an average of 30 punches per minute, while Ivan can throw 25 punches per minute. They each have 3 minutes to throw punches. Rocky wants to throw the most punches and earn the most points in the competition. Write a system of equations that could be used to determine the number of jabs and the number of hooks Rocky throws. Define the variables that you use to write the system.

….

Let x be the number of jabs thrown by Rocky and y be the number of hooks thrown by Rocky.

The total number of punches thrown by Rocky can be represented as:
30x + 25y = total number of punches thrown in 3 minutes

The total number of points earned by Rocky can be represented as:
x + 2y = total number of points earned in 3 minutes

Therefore, the system of equations can be written as:
30x + 25y = 3(30) (total number of punches)
x + 2y = 3(total number of points)