Answer:
64%
Step-by-step explanation:
.64 is equal to 64%
In order to convert move the decimal over two spaces and add a percent sign (%).
Move the decimal 0.64 to 64 and add percent sign 64%.
Answer:
- as written, c ≈ 0.000979 or c = 4
- alternate interpretation: c = 0
Step-by-step explanation:
<em>As written</em>, you have an equation that cannot be solved algebraically.
(32^2)c = 8^c
1024c = 8^c
1024c -8^c = 0 . . . . . . rewrite as an expression compared to zero
A graphical solution shows two values for c: {0.000978551672551, 4}. We presume you're interested in c = 4.
___
If you mean ...
32^(2c) = 8^c
(2^5)^(2c) = (2^3)^c . . . . rewriting as powers of 2
2^(10c) = 2^(3c) . . . . . . . simplify
10c = 3c . . . . . . . . . . . . . .log base 2
7c = 0 . . . . . . . . . . . . . . . subtract 3c
c = 0 . . . . . . . . . . . . . . . . divide by 7
Answer:
D
Step-by-step explanation:
since it's a multiplication consider the two factors one by one
cubic root of y^6 = y^(6/3) = y^2
cubic root of 8x^3= 2x^(3/3)= 2x
so 2xy^2
Answer:
s = 10k + 30
Step-by-step explanation:
Cost of Adults ticket = $10 per adult
Cost of Ticket = $6 per child
Number of adults = k
Number of Children = 5
s = Total cost
Total cost = (Cost per adult * number of adults) + (Cost per child * Number of children)
s = ($10 * k) + ($6 * 5)
s = $10k + $30
s = 10k + 30
Answer:
Step-by-step explanation:
Remark
My guess is that what is confusing you is not what you have to do, but why it is disguised as g(n)
What you are doing in effect is setting up a table. You are also not certain where the table starts. And that is a problem. I will start it at zero, but it might be 1.
zero
n = 0
g(0) = 34 - 5*0
g(0) = 34
One
n = 1
g(1) = 34 - 5*1
g(1) = 34 - 5
g(1) = 29
Two
g(2) = 34 - 5*2
g(2) = 34 - 10
g(2) = 24
Three
g(3) = 34 - 5*3
g(3) = 34 - 15
g(3) = 19
Four
g(4) = 34 - 5*4
g(4) = 34 - 20
g(4) = 19
Answer
0 1 2 3 4
34 29 24 19 14