Given -
- the sum of the digits of a two - digit number is 14.
i.e, if two numbers are x and y then, x + y = 14
- if the digits are reversed, the number increases by 36
i.e, if 10y + x then 10y + x = 10x + y + 36.
To find -
Concept -
If a, b and c are real number (and if a and b both are not equal to 0) then ax+by=c is called a linear equation in two variables (The two variables are x and y)
The numbers a and b are called the coefficient of the equation ax+by=c. The number r is called the constant of the equation ax+by = c
PS - first we will construct two linear equations and then we'll find the number.
Solution -
Let, x + y = 14
➜ y = 14 - x ----(i)
and we'll solve 10y + x = 10x + y + 36 further,
➜ 10y + x = 10x + y + 36
➜ 10y - y = 10x - x + 36
➜ 9y = 9x + 36
➜ 9x - 9y = -36
➜ 9(x - y) = -36
➜ x - y = -4 ----(ii)
Substituting the value of y (in equation (i)) in equation (ii),
➜ x - (14 - x) = -4
➜ x - 14 + x = -4
➜ 2x = -4 + 14
➜ 2x = 10
➜ x = 10/2
➜ x = 5
Now to find the value of y we will substitute the value of x in equation (i),
➜ y = 14 - 5
➜ y = 9
Therefore, the number is {10(5)+9,i.e,} 59.