The denominator of the raised fraction is what goes on the outside of the square root. So if you had 2 raised to 1/3, you'd put the 3 raised outside to the left of the radical and the 2 inside. They give the same answer, so if you know one, you can always play with the other until you get the same answer. My teacher told us in Calculus a funny/weird way to remember it is the "bottom (of the raised fraction) goes in the crack (of the radical)." Does this help??
128 ounces in a gallon
128 divided by 4. Gives you 32 bowls of cereal
Algebra Examples
The domain of the expression is all real numbers except where the expression is undefined. In this case, there is no real number that makes the expression undefined. The range is the set of all valid y values.
F(t)=15000(0.85) ^t => <span>f(t) = $15000(0.85) ^t
Substitute 2 1/3 for t in this equation. This is equivalent to 7/3.
</span> f(7/3) = $15000(0.85)^(7/3)
= $10266.02 (answer)
Let me help you!
Ok, so before I give you the answer, which is very simple, I will first show you how to answer questions like this in the future.
In the variable declaration, the array "numbers[]" has been declared as an integer. The values of the array "numbers[]" are: <span>83, 62, 77, 97, 88; respectively, the values are equivalent to: 0, 1, 2, 3, 4 which makes the range of array "numbers[]": 5.
To make it clearer:
</span>numbers[0] = 83
numbers[1] = 62
numbers[2] = 77
numbers[3] = 97 <---- This is what we are looking for!
numbers[4] = 88
*** By the way, when counting the range, we don't start at 1, we start at 0. That's why even if the range is 5, the last value is 4.
Therefore, the answer is: 3 or numbers[3].