The sum of three numbers is 98 . The third number is 8 less than the first. The second number is 3 times the third. What are the numbers?

2 Answers
Jun 25, 2018

n_1 = 26n1=26

n_2 = 54n2=54

n_3 = 18n3=18

Explanation:

Let the three numbers be denoted as n_1n1, n_2n2, and n_3n3.

"The sum of three numbers is 9898"

[1] => n_1+n_2+n_3 = 98[1]n1+n2+n3=98

"The third number is 88 less than the first"

[2] =>n_3 = n_1 - 8[2]n3=n18

"The second number is 33 times the third"

[3] =>n_2 = 3n_3[3]n2=3n3

We have 33 equations and 33 unknowns, so this system may have a solution that we can solve for. Let's solve it.

First, let's substitute [2] -> [3][2][3]

n_2 = 3(n_1 - 8)n2=3(n18)

[4]=> n_2 = 3n_1 - 24[4]n2=3n124

We can now use [4][4] and [2][2] in [1][1] to find n_1n1

n_1 + (3n_1-24) + (n_1-8) = 98n1+(3n124)+(n18)=98

n_1 + 3n_1 - 24 + n_1 - 8 = 98n1+3n124+n18=98

5n_1 -32 = 985n132=98

5n_1 = 1305n1=130

[5]=>n_1 =26[5]n1=26

We can use [5][5] in [2][2] to find n_3n3

n_3 = 26 - 8 n3=268

[6]=>n_3 = 18[6]n3=18

Lastly, we can use [6][6] in [3][3] to find n_2n2

n_2 = 3(18)n2=3(18)

[7]=>n_2 = 54[7]n2=54

Hence, our solution from [5], [6], [7][5],[6],[7] is:

n_1 = 26n1=26

n_2 = 54n2=54

n_3 = 18n3=18

Jun 25, 2018

first no. =26; second no.=18;third no.=54

Explanation:

let a= first no.;b= second no. and c= third no.

now given(The third number is 8 less than the first. )
then,c=a-8c=a8
also given(The second number is 3 times the third)
then,b=3*c ;=>3*(a-8); =>3*a-24b=3c;3(a8);3a24
now adding
a+b+c=98a+b+c=98 (given)
putting the values of b and c

=>a+3*a-24+a-8=98a+3a24+a8=98
=>5*a-32=985a32=98
=>5a=130;=>a=265a=130;a=26

now c=a-8; =>26-8 ; =>18c=a8;268;18
and b=3*c ; =>3*18; =>54b=3c;318;54