xaraserrao xaraserrao
  • 04-03-2021
  • Computers and Technology
contestada

Calculate the value of z. Given v=4, w=5, x=8, y=2z= (v+ w) * x / y;print (“value of z is “, z)

Respuesta :

MrRoyal
MrRoyal MrRoyal
  • 09-03-2021

Answer:

value of z is  36.0

Explanation:

Given

[tex]v = 4\\\\w = 5\\\\x = 8\\\\y = 2\\\\z = (v+2)*x/y[/tex]

Required

Print the value of z

To answer this, I will make use of Python and also provide a manual solution:

The program (in python) is as thus:

v = 4

w = 5

x = 8

y = 2

z = (v + w) * x/y

print (“value of z is “, z)

Manually, we have:

z = (v + w) * x/y

z = (4 + 5) * 8/2

Solve the bracket

z = 9 * 8/2

z = 9 *4

z= 36

Either ways, the value of z is 36

Answer Link

Otras preguntas

Solve the inequality. Graph the solution. 4(n-3) -6>18
alA baker bought 4 gallons of icing to decorate cakes. He uses 4 1/2 cups of icing for completely Frost and decorate each cake. what is the maximum number of c
essay about discipline ​
What is the formula to calculate the area of a square,I suddenly forgot :(​
how can we make our family an ideal one ​
DNA codes for proteins,which are the building blocks of organisms.What is the most abudant protein in the human body?​
Your Dui conviction affects all of the people in your life and all of those people who become part of your life as a result of your criminal activity
what is the answer please​
718.521 rounded to the nearest one
What expression is equivalent to x-5/(x-5)(x-4)