In hoopball,a Field goal is worth 2 Points and a foul Shot is worth 1 Point. Suppose a Team scored 72 Points and made 6 More Field Goals than foul shots.How many foul shots did The Team make?
let field goal = 2 points foul shot = 1 point let x = amount of times a foul shot was made let 2x + 6(2) = amount of field gaols made (x) + (2x + 6(2)) = 72 x + 2x + 12 = 72 3x = 60 x =20 20 = # of foul shots made 2(20) +12 = 52 52 = # of field goals made