edited by
417 views
1 votes
1 votes

A number is represented as m in base 10,p in base 2, q in base 3

p - q = 990 where subtraction is performed in base 10

then 

(a) m>=14

(b) 9<=m<=13

(c) 6<=m<=8

(d) m<6

edited by

1 Answer

Best answer
0 votes
0 votes
To get a decimal difference 990 of p and q, p must have 4 digits. i,e In decimal p>=8

So the option C and D are wrong.

Now, A or B may be correct but If we choose m>=15, p-q=990 become wrong.

So Option A is incorrect

Option B is the closest Answer. m=12 or m=13 it is true that p-q=990.
selected by

Related questions

1 votes
1 votes
1 answer
1
Ajit J asked Jan 2, 2019
322 views
If in this question, if we were asked to find the nth smallest number, then what would have been the answer?
1 votes
1 votes
0 answers
2
Ajit J asked Dec 30, 2018
516 views
The complexity of this program? int fun1 (int n) { int i, j, k, p, q = 0; for (i = 1; i < n; ++i) { p = 0; for (j = n; j 1; j = j/2) { p++; for (k = 1; k < p; k = k * ...
0 votes
0 votes
0 answers
3
Ajit J asked Dec 18, 2018
263 views
In this question, who performs the operation required for option c (matches the parameters of subroutine definition with the location of parameters of subroutine call)?
0 votes
0 votes
2 answers
4
Anand Vijayan asked Dec 1, 2016
422 views
$\lim_{n \to \infty } \frac{10^{n}+n^{20}}{n!} = 0$ Please explain how