The average of numbers x,y,z is 15 and the average of y,z,w is 16. If w is equal to 19, then what is the value of x?

The average of numbers x,y,z is 15 and the average of y,z,w is 16. If w is equal to 19, then what is the value of x?

Explanation

Let's break it down:

(x + y + z) / 3 = 15

x + y + z = 45

(y + z + w) / 3 = 16

y + z + w = 48

Given w = 19:

y + z + 19 = 48

y + z = 29

Now, substitute y + z in the first equation:

x + 29 = 45

x = 16