0 Comments
Answer:
no definite answer (depends on value of y)
Explanation:
examples:
if y = 1:
w*1=18 -> w = 18
x*1 = 6 -> x = 6
w*x=108
if y = 2:
w*2 = 18 -> w=9
x*2 = 6 -> x=3
w*x=27
perhaps you meant something else?