SOLUTION: Think of a pair of a number. if added 9 to the first, obtain a number which is twice the second. If 20 added to the second, obtain a number which is 4 times of First. What are the
Hi
Let x and y represent the first and second numbers respectively
Question states***
x+ 9 = 2y OR x = 2y-9
y + 20 = 4x
y+20 = 4(2y-9)
56 = 7y
y = 8 and x = 7 (2*8-9)
CHECKING our Answer***
8 + 20 = 4*7