Answer:
q = log4 / log0.53
q = -2.189
Step-by-step explanation:
(0.53)^q = 4
Taking log of both sides!
q log 0.53 = log 4
q = log 4 / log 0.53
q = 0.602 / -0.275
q = - 2.189
This can be checked to confirm correctness.
Substituting q = -2.189
(0.53)^ -2.189 = 1/ 0.249
= 4.01 Proved!
(Note that the "1" is because of the negative sign)
Answer:
6th square -2
8th square -3
9th square -8
Step-by-step explanation: The sum is -12
100 is 480% , times by 48
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
Using y=Mx+b, the answer is y=10x-4.