Answer:
20
85%
Step-by-step explanation:
You are given the function 
If n is the number of hours, then initially n=0 and

If S(n) is the function of exponential growth, then it can be represented as

where I is the initial amount, r -is the percent growth rate and n is the number of hours.
If b = 1.85, we can represent it as b = 1 + 0.85. Thus, the hourly percent growth rate of the bacteria would be 0.85=85%.
Answer:

Step-by-step explanation:
the pythagorean theorem
NB- Solution is emboldened
import java.util.Scanner;
import java.util.Random;
public class RandomGenerateNumbers {
public static void main (String [] args) {
Random randGen = new Random();
int seedVal = 0;
seedVal = 4;
randGen.setSeed(seedVal);
System.out.println(randGen.nextInt(50) + 100);
System.out.println(randGen.nextInt(50) + 100);
return;
}
}
Since, the number w and 0.8 are additive inverses.
A number 'a' is said to have an additive inverse '-a' if "a+ (-a)= 0".
Since, 'w' and '0.8' are additive inverses of each other such that 
Therefore, the value of 'w' should be '-0.8' so that
.
So, the value of 'w' is =0.8
Now, Refer to the attached image which represents the position of 0.8 , w ( that is -0.8) and the sum of 0.8 and w.
Sum of 0.8 and w = 0.8 + w
= 0.8 +(-0.8)
= 0.
Answer:
10
Step-by-step explanation:
If there is a direct relation between two variables x and y then it can be represented as
y = kx ,
where y is dependent variable
x is independent variable
k is constant of variation
_____________________________
First condition
y = 400
x = r
using y = kx then relationship will be
400 = kr
finding k here
k = 400/r
Second condition
y = r
x = 4
using y = kx then relationship will be
r = 4k
finding k
k = r/4
since in both condition equation is same
thus, value of k will also be same
thus,
400/r = r/4
=> 400*4 = r*r
=> 1600 = r^2

Thus, 40 is the value of r
k = r/4 = 40/4 = 10
Thus, constant of variation is 10 which is correct choice.
To cross validate
k = 400/r = 400/40 = 10