Answer:
The smallest solution is -6
Step-by-step explanation:
2/3 x^2=24
Multiply by 3/2 on each side
3/2 *2/3 x^2=24 *3/2
x^2 = 36
Take the square root of each side
sqrt(x^2) = ±sqrt(36)
x = ±6
x = -6, 6
The smallest solution is -6
Answer:
12 meters per minute.
Step-by-step explanation:
Answer:
The minimum number of assignment statements needed is 5
Step-by-step explanation:
To write the algorithm, we apply the strategy of interchanging the values of variables in the assignment statements.
Assume "tmp" is the new variable, let assign tmp to w
The algorithm is:
Procedure exchange (w,x,y,z: integers)
tmp := w
w := x
x := y
y := z
z := tmp
return (w,x,y,z)
end
From the algorithm, it is obvious that there will be a minimum of 5 assignment statements needed.
The degree is 4 because the term shown has TWO variables, while y has an exponent of 3, x has an exponent of 1, add the exponents of the variables to find the degree