Take an example: The salary per hour:
Assume x (variable) is the number of hours worked and assume THAT THE RATE PER HOUR IS $10, then:
If you work x hours at the hourly rate of$10, you will generate an income,
say, y that is equal the number of hours worked by the rate per hour, that is:
y = 10.x. The more hour(x) you work, the more income(y) you get.
Hence we created a relationship between y and x , or in English, between the earning and the number of hours worked.
Moreover y depends on x, if there is no x, there is no y and if x increases, y increases. However x is an INDEPENDENT variable because you can
give to x any number & y will follow
Answer:
90.
Step-by-step explanation:
We have two lines of code:
y ← x + x + x + x + x
z ← y + y + y
and, x=6 before the execution. Then, when the program starts to run we obtain:
y ← 6 + 6 + 6 + 6 + 6
y ← 30
z ← 30+30+30
z ← 90.
Then, the value of z after excecution is 90.
|x+y| = |-8+(-13)| = |-8-13| = |-21| = 21
Answer:
x= 9
Step-by-step explanation:
Move the terms -> -1=14x = -12x + 16
Find out the sum -> 2x=17+1
Divide both by the equation by two -> 2x=18 x=9
Final answer: x=9
<span>2(8x - 4) = 32 distribute through parenthesis
16x - 8 =32 add 8 on both sides to isolate x
16x = 40 divide by 16 on both sides to isolate x
x= 40/16 simplify, Divide 40 by 16
x = 2.5 this is your final answer, I hope it helps!</span>