976 views

3 Answers

Best answer
2 votes
2 votes

Converting both sides to decimal,

6x+5 = 5y+2

We get, 5y - 6x = 3

Now, the first number has 5 and 6 as its digits. So x is definitely greater than 6. The second number has 5 and 2 as its digits. So, y is definitely greater than 5.

So, x can be 7,8,9,10..... and y can be 6,7,8,9.....

By inspection, if we take y as 9 and x as 7, then the equation is satisfied.

So, minimum value of (x+y) should be 16.

selected by
0 votes
0 votes
we know that x>6 and y>5

     6x+5=5y+2

=>   6x+3=5y

=>   3(2x+1)=5y

=>  2x+1 is divisible by 5 and is odd at the same time x>6

so minimum value possible for 2x+1 is 15

which gives x=7

=>from solving above equation we get y=9.

So minimum value of x+y is 7+9=16

Related questions


Deprecated: Implicit conversion from float-string "1707099185.307" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1707099185.307" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1707099185.307" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1707099185.307" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1707099131.733" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1707099131.733" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1707099131.733" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1707099131.733" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1706409344.840" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1706409344.840" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1706409344.840" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1706409344.840" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803
556
views
1 answers
2 votes
harshit agarwal asked Jan 4, 2017
556 views
How to solve this type of question?
468
views
1 answers
3 votes
GO Classes asked Feb 5
468 views
The largest positive number in 2's complement format represented with 8-bits is:$(\mathrm{FF})_{16}$$(128)_{10}$$(777)_8$$(01111111)_2$
541
views
2 answers
5 votes
GO Classes asked Feb 5
541 views
According to the IEEE standard, a 32-bit, single-precision, floating-point number $N$ is defined to be$$N=(-1)^S \times 1 . F \times 2^{E-127}$$where $S$ is the sign bit,...
486
views
1 answers
5 votes
GO Classes asked Jan 28
486 views
In two's complement, what is the minimum number of bits needed to represent the numbers $-1$ and the number $1$ respectively?$1$ and $2$$2$ and $2$$2$ and $1$$1$ and $1$