SOLUTION: A basketball player scored 25 times during one game. He scored a total of 48 points, two for each two-point shot and one for each free throw. How many two-point shots did he make

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: A basketball player scored 25 times during one game. He scored a total of 48 points, two for each two-point shot and one for each free throw. How many two-point shots did he make      Log On


   



Question 707058: A basketball player scored 25 times during one game. He scored a total of 48 points, two for each two-point shot and one for each free throw. How many two-point shots did he make? How many free throws?
___ two point shots
____ free throws

Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
let x mean how many two-point shots
let y mean how many one-point free throw

x+y=25 accounts only for how many scorings this player made
x*2+y*1=48 accounts for number of points scored

System to solve:
2x+y=48
x+y=25

Subtract second from first,
x+0=48-25
x=23
....y=2