Jackie X. answered 02/26/21
A college student who has a solid math background.
Hello Jaeda,
I know sometimes the application problem is sort of tedious.
Here is the SEP that I suggest to you when you're trying to solve an application problem like this.
----------------------------------------------------------------
- Highlight the data/relationship that has been given by the problem.
- identify x variable and y variable
- then write down the relationship in terms of x variable and y variable
- Finally, set up the equation.
----------------------------------------------------------------
Below is the process of this question.
Hope it helps.
x - # of 2 point shots
y - # of 3 point shots
total shots = 14 = x (# of 2 point shots) + y( # of 3 point shots)
overall scores = 36 = total of 2 points + total of 3 points
= (# of 2 point shots) * 2 points/shot + ( # of 3 point shots) * 3 points/shot
36 = 2x + 3y
----------------------------------------------------------------------------------------
equation that we got:
x + y = 14 --------- (1)
2x + 3y =36--------(2)
from (1) we can get x = 14 - y --------- (3)
put (3) into (2)
2 (14 - y) + 3y =36
28 - 2y + 3y = 36
y = 8
y = 8, hence, x = 14 - 8 = 6
--------------------------------------------
The final answer:
x = 6 , y = 8