Evaluate the BASIC statement:

LET Z = 4*W^2 + 2*Y

Given that W = 5 and Y = 10

  • A 50
  • B 80
  • C 100
  • D 120

The correct answer is D. 120

4*W^2 + 2*Y

Given that W = 5 and Y = 10

4(5) \(\^2\) + 2(10)

4(25) + 2(10)

100 + 20 = 120

Previous question Next question