Problem 58
Question
In a recent season, Monique Currie of the Duke Blue Devils scored 635 points. She made a total of 356 shots, including 3-point field goals, 2-point field goals, and 1-point free throws. She made 76 more 2-point field goals than free throws and 77 more free throws than 3-point field goals. Find the number of each type of shot she made.
Step-by-Step Solution
Verified Answer
Monique made 42 three-pointers, 195 two-pointers, and 119 free throws.
1Step 1: Define Variables
Let's assign variables to the different types of shots Monique made. Let \( x \) be the number of 3-point field goals, \( y \) be the number of 2-point field goals, and \( z \) be the number of 1-point free throws she made.
2Step 2: Set Up Equations from Total Points and Shots
Using the fact that Monique scored 635 points in total, we can write the equation \( 3x + 2y + z = 635 \). Also, since she made a total of 356 shots, we have the equation \( x + y + z = 356 \).
3Step 3: Use Information About Relative Shot Counts
We know that Monique made 76 more 2-point field goals than free throws, so \( y = z + 76 \). Also, she made 77 more free throws than 3-point field goals, therefore \( z = x + 77 \).
4Step 4: Substitute to Form System of Equations
Using \( y = z + 76 \) and \( z = x + 77 \), substitute into the equations:1. \( y = (x + 77) + 76 = x + 153 \).2. Substitute into the shot total equation: \( x + (x + 153) + (x + 77) = 356 \).3. Simplify to get \( 3x + 230 = 356 \).
5Step 5: Solve for Variables
First, solve \( 3x + 230 = 356 \):\[ 3x = 356 - 230 \ 3x = 126 \ x = 42 \]Then, use \( z = x + 77 \):\[ z = 42 + 77 = 119 \]Finally, use \( y = z + 76 \):\[ y = 119 + 76 = 195 \].
6Step 6: Verify the Solution
Checking the point total: \( 3x + 2y + z = 635 \), substitute the values:\( 3(42) + 2(195) + 119 = 126 + 390 + 119 = 635 \).Checking the shot total: \( x + y + z = 356 \), substitute the values:\( 42 + 195 + 119 = 356 \).Both checks are correct, confirming the solution is valid.
Key Concepts
Variables and ExpressionsLinear EquationsProblem Solving in Algebra
Variables and Expressions
When we begin solving any algebra problem, especially a problem involving different unknown quantities, the first step is to define the variables. For this exercise, where Monique Currie's scores are divided among different types of shots like 3-point, 2-point, and free throws, representing these unknowns with variables makes the problem-solving process clear and structured. We use:
- Variable \( x \) to represent the number of 3-point field goals.
- Variable \( y \) for the 2-point field goals.
- Variable \( z \) for the 1-point free throws.
Linear Equations
Once we have our variables defined, the next step is to create linear equations based on the problem's conditions. A linear equation is an equation that graphs a straight line and can be written in the form \( ax + by + cz = d \). In Monique's case:
- We derived the equation \( 3x + 2y + z = 635 \) from the total points scored.
- The equation \( x + y + z = 356 \) comes from the total number of shots made.
Problem Solving in Algebra
Solving systems of equations is a crucial part of problem solving in algebra. In this exercise, we use substitution, a method that involves replacing one variable based on expressions given by other equations. For instance:
- The information that Monique made 76 more 2-point shots than free throws led to the equation \( y = z + 76 \).
- Knowing she made 77 more free throws than 3-point shots provided \( z = x + 77 \).
Other exercises in this chapter
Problem 57
Solve each system of equations. $$ \begin{array}{l}{x+y=5} \\ {x+y+z=4} \\ {2 x-y+2 z=-1}\end{array} $$
View solution Problem 58
Solve each matrix equation or system of equations by using inverse matrices. $$ \begin{array}{l}{3 j+2 k=8} \\ {j-7 k=18}\end{array} $$
View solution Problem 58
Which polynomial represents \(\left(4 x^{2}+5 x-3\right)(2 x-7) ?\) F. \(8 x^{3}-18 x^{2}-41 x-21\) G. \(8 x^{3}+18 x^{2}+29 x-21\) H. \(8 x^{3}-18 x^{2}-41 x+2
View solution Problem 58
CHALLENGE. Explain how you would solve \(|a-3|^{2}-9|a-3|=-8 .\) Then solve the equation.
View solution