Hey there!!
Let's take the first number as ' x '
Let's take the second number as ' y '
First number + twice the second number is 1
x + 2y = 1 ------------ ( 1 )
Twice the second number + second number is 14.
2x + y = 14 ----------- ( 2 )
Now let's get them all together...
...................................................................................................................................................................
x + 2y = 1 --- ( 1 )
2x + y = 14 --- ( 2 )
Now, let's multiply the first equation with 2 ...
...................................................................................................................................................................
2x + 4y = 2 --- ( 1 )
2x + y = 14 --- ( 2 )
Now, let's subtract the second equation from the second...
...................................................................................................................................................................
2x + 4y = 2 --- ( 1 )
- ( 2x + y ) = - ( 14 )
...................................................................................................................................................................
2x + 4y = 2 --- ( 1 )
-2x - y = -14 --- ( 2 )
...................................................................................................................................................................
3y = -12
Divide by 3 on both sides...
y = -4
The second number is -4.
We have the first equation x + 2y = 1
We got the y value, now substitute the value of y to get the value of x
...................................................................................................................................................................
x + 2y = 1
x + 2 ( -4 ) = 1
x - 8 = 1
Add 8 on both sides
x = 9
Hence, the second number is 9.
...................................................................................................................................................................
Hope my answer helps!!