89.3k views
4 votes
if 3 is added to a number and the sum is tripled, the result is 19 more than the number. find the number

2 Answers

0 votes

Answer:

(x + 3)·3 = x + 19 --> x = 5

User Gabriel D
by
5.0k points
4 votes

Answer:

The number is 5

Explanation:

if 3 is added to a number and the sum is tripled, the result is 19 more than the number

(n+3) *3 = n+19

Distribute the 3

3n +9 = n+19

Subtract n from each side

3n-n +9 = n-n+19

2n +9 = 19

Subtract 9 from each side

2n+9-9 = 19-9

2n =10

Divide by 2

2n/2 =10/2

n=5

The number is 5

User Jmav
by
5.8k points