I tried to do by your method.But the number of points are very large.How to count them ?
Find the number of ordered pairs of positive integers (m,n) satisfying m≤ 2n ≤60 ,n ≤2m≤ 60
-
UP 0 DOWN 0 0 4
4 Answers
Lokesh Verma
·2009-08-31 12:41:49
draw teh XY plane
draw the line x<=2y
and y<=2x
and the square given by lines x<=30 and y<=30
I hope that will help you :)
champ
·2009-08-31 19:08:57
Lokesh Verma
·2009-09-04 01:30:41
fix a value of x and then count no of values of y such that
y/2<=x<=2y
Now find the summation :)