Q> How many integers less than 300 are relatively prime to either 10 or 18?
1. 140
2. 141
3. 142
4. 139
5. 138
Please post the approach also
In the question is it integers or non-negative integers...
Q> How many integers less than 300 are relatively prime to either 10 or 18?
1. 140
2. 141
3. 142
4. 139
5. 138
Please post the approach also
maclens SaysIn the question is it integers or non-negative integers...
Hi
I found this following problem....could some1 give me a detailed solution?
S={2^0,2^1,2^2,.......2^2009}
How many elements of set S start with digit 4?
Hi
I found this following problem....could some1 give me a detailed solution?
S={2^0,2^1,2^2,.......2^2009}
How many elements of set S start with digit 4?
Ans. 201
I have attempted this question purely on the basis of observation.
First term we come across is 4= 3rd term
Then, 4096 = 13th term
Then, 4194304 = 23rd term
So, observing the cyclicity, there shouls be 201 terms.
If someone has a better method , please share..
Hi
I found this following problem....could some1 give me a detailed solution?
S={2^0,2^1,2^2,.......2^2009}
How many elements of set S start with digit 4?
Hmmm...
method is kind of crude and not very elegant..
but i doubt that is the correct approach.
Your answer doesn't match anyways.
The answer given is 195
Hmmm...
method is kind of crude and not very elegant..
but i doubt that is the correct approach.
Your answer doesn't match anyways.
The answer given is 195
Its not crude...it took me just a minute to solve it...Just u have to be skillful with numbers....
Well,I am still adamant about 201...n i think 195 cant be answer...
I would wait till any other veteran tries it...
ur method will be useful
if options are 201 , 231 , 181 , 221
but having said that answer should be definitely less than 201..
see at one point , 2^10x + 2 will start with 5 ...
so we can only approximate it but not say accurate answer..
looking for elegant solution
Hi
I found this following problem....could some1 give me a detailed solution?
S={2^0,2^1,2^2,.......2^2009}
How many elements of set S start with digit 4?
2^0 -->1
2^1-->2
2^2-->4
2^3-->8
2^4-->1
2^5-->3
2^6-->6
2^7-->1
2^8-->2
2^9-->5
2^10-->1
2^11-->2
2^12-->4
hence cyclicity is 10
so in 2010/10 = 201 such nos. starting with 4
but for 2^2003--> the first digit is 9 instead of 8..from here the deviation starts..but i guess that wont effect the nos. starting with 4 in the set as there are no more nos. starting with 4...i go with 201...
Abhinav90 Saysthe deviation will start from 2^100....naga is right...cyclicity cant be used here...
it will be less than 201
HEY dude im in a dilema how to solve this q on no. systm or thez type to be specific i always get it wrong
(13^66-23)/183 watz the remainder ?? plz expln all the steps.....
thnx in advance
HEY dude im in a dilema how to solve this q on no. systm or thez type to be specific i always get it wrong
(13^66-23)/183 watz the remainder ?? plz expln all the steps.....
thnx in advance
(13^66-23)mod183
13^66mod183
183 = 3*61
13^66mod3 = 1
13^66mod61 = 13^6mod61 = 47^3mod61 = 47*13 = 1
hence 61k +1 = 3m + 1
for k = 3 we have 183k + 1
hence 1-23/183 = -22 = 161???
(13^66-23)mod183
13^66mod183
183 = 3*61
13^66mod3 = 1
13^66mod61 = 13^6mod61 = 47^3mod61 = 47*13 = 1
hence 61k +1 = 3m + 1
for k = 3 we have 183k + 1
hence 1-23/183 = -22 = 161???
tac007 SaysHow did u get bold red part?
guys
plz try this question
" If for N values of "p", where p1) N2) N=6
3) N=8
4) N=10
5)N>=12
guys
plz try this question
" If for N values of "p", where p1) N2) N=6
3) N=8
4) N=10
5)N>=12
X=[579 * 580 * 581 * 582 * ......... * 635] + [ 52 * 57 ]
Find the remainder when X is divided by 57! .
a) 52
b) 0
c) 57! -1
d) None of these.