write three digit numbers second number should be the double of first number third number should be the total of first two numbers use the digit from 1 to9
Answers
Answered by
0
Answer:
The question given has two conditions:
(1) Find three 3-digit numbers using digits 1 to 9.
(2) The second number should be twice the first and the third number should be three times the first.
Below, I give four solutions satisfying both the above conditions:
(1) First Number = 192, Second Number = 192*2 = 384 and Third Number = 192*3 = 576. Please note that 192, 384 and 576 has all the digits from 1 to 9.
(2) First Number = 219, Second Number = 219*2 = 438 and Third Number = 219*3 = 657.
(3) First Number = 273, Second Number = 273*2 = 546 and Third Number = 273*3 = 819.
(4) First Number = 327, Second Number = 327*2 = 654 and Third Number = 327*3 = 981.
All the above fours solutions satisfy both the given conditions.
Similar questions