Second Solution
The numbers a, b, and c are positive integers. Given that b is equal to 5a, c is equal to 11b, and b has the same number of digits as a but half as many digits as c, there are two possible sets of values for a, b, and c. Can you find them both?One is given in the comments.
2 Comments:
One solution is
a = 1
b = 5
c = 55
The second solution is
a=19
b=95
c=1045
Post a Comment
<< Home