In a certain dart game, points are awarded for hitting a certain sections of the board. You get 5 points for each hit and lose 3 points for each miss. Each game consists of throwing 10 darts. If one team scores 18 points, how many darts hit the target and how many miss the target?
Use substitution or elimination to solve:
t= dart that hit the target
m= darts that miss the target
t+m=10
5t+3m=18