In a shooting competition a marksman receives 50 paise if he hits the mark and pays 20 paise if he misses. He tried 60 shots and was paid 130 paise .How many times did he hit the mark?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Using two variables was pretty easy though. Also nice solution.
Let h be the number of times he hits the mark and m be the number of times he misses the mark. Then
h + m = 6 0 or m = 6 0 − h ( 1 )
5 0 h − 2 0 m = 1 3 0 ( 2 )
Substitute ( 1 ) in ( 2 ) . We have
5 0 h − 2 0 ( 6 0 − h ) = 1 3 0
5 0 h − 1 2 0 0 + 2 0 h = 1 3 0
7 0 h = 1 3 0 + 1 2 0 0
7 0 h = 1 3 3 0
h = 1 9
Problem Loading...
Note Loading...
Set Loading...
let the number of times he hits the mark be x
therefore, number of times he misses =(60-x)
amount he gets for hitting = 50
amount he pays for missing = 20
as per question
50(x) - 20(60-x) = 130
Or, 50x - 1200 +20x = 130
Or,70x = 130 + 1200
Or,70x = 1330
Or,x = 1330\70
Or,x=19