Step-by-step explanation:
heres the formula A=12b(base)h(hight)
Your post (" <span>f(x) = 2/3(6)x ") would be clearer and less ambiguous if you'd please format it as follows:
</span><span>f(x) = (2/3)(6)^x. The (2/3) shows that 2/3 is the coefficient of the exponential function 6^x. Please use " ^ " to indicate exponentiation.
Start by graphing </span><span>f(x) = (2/3)(6)^x. The y-intercept, obtained by setting x=0, is (0, 2/3). Can you show that the value of f(x) is (2/3)*6, or 4, at x=1, (2/3)*6^2, or 24, at x = 2, and so on? What happens if x becomes increasingly smaller? The graph approaches, but does not touch, the x-axis.
If you complete this graphing assignment, then all you'd have to do is to flip the whole graph over vertically, reflecting it in the x-axis. You'll see that the graph never touchs the x-axis. Therefore, the range of this flipped graph is (-infinity, 0).</span>
Answer:
36:2 times 2 times 3 times 3.
60:2 times 2 times 3 times 5
72:2 times 2 times 2 times 3 times 3
Step-by-step explanation:
just keep in mind that when it says times it means multiplication sign.
hope this helps
Answer:
5ft is his actual height.
<span><span>DO use multiplication sign '*' (the STAR) symbol. For the simplifier, xy is NOT the same as x*y or yx. Simplifier thinks that xy is a separate variable. Good example: x*y-y*(x+2). Bad example: xy-y(x+2).</span>DO use '*' when multiplying a variable by an expression in parentheses: x*(x+2). Otherwise, my simplifier will think that you are trying to use a function and will become confused.Use parentheses liberally to avoid any ambiguity. (x+y)/(x-y) is NOT the same as x+y/x-y. x+y/x-y means x+(y/x)-y.</span>Operations<span>Use '*' (STAR) for multiplication. 2*3 is legal, 2x3 will be misunderstood.Use '^' (CARET) for power. 2^3 means 2 to degree of 3, or 8.Use '/' (FORWARD SLASH) for divisionOnly '(' and ')' (parentheses) are allowed for grouping terms. Curly or square brackets are used for other purposes.</span>
Operation priority: + and - have lowest priority, * and / h
Good Examplesx*y-x*(y+2) <-- '*' is used for multiplications
a^b*3 <-- means (a to the degree of b) multiplied by 3
Bad examples<span>xy-yx <-- variable xy and variable yx are different variables
y(x-2) <-- simplifier will think that it is function y of x-2.</span>