Answer:
f(-1) = -2
f(0) = 0
f(4) = 8
Step-by-step explanation:
f(x) = 2x
f(-1) = 2(-1)
=> -2
f(0) = 2(0)
=> 0
f(4) = 2(4)
=> 8
A B C D
4х 10 9x 10* 4x 10 9x 10
Answer:
could you put the choices in order for me to help you out please
Answer:
5n
Step-by-step explanation:
Summarizing what we know:
Casey has n nickels, and Meghan 4 times as many: 4n
Then the total number of nickets these two people have is n + 4n, or 5n.
Respuesta:
3215360 cm³
Explicación paso a paso:
Dado que :
Radio = 160/2 = 80 cm
Altura, h = 160 cm
Volumen de un cilindro = πr²h
Volumen del cilindro = π * 80² * 160
Volumen = 3215360 cm³
answer with coding and answer is attached in word file below
The doublePennies() function is an illustration of a recursive function in Java
The base case of the doublePennies() function is that:
When the number of days is 0, then the total available pennies is the same as the total number of pennies.
The algorithm of the above highlight is:
if numDays equals 0 then
totalPennies = numPennies
Using the above algorithm, the complete base case is:
if(numDays == 0){
totalPennies = numPennies;
}
Read more about Java programs at:
The distance between -34 and 16 as requested is; 50
The distance between two points, x and y on the number line is the absolute value of their difference.
Distance = | x -y |
In this scenario; the distance between -34 and 16 is therefore;
Distance = | -34 - 16|
Distance = | -50 |
In essence, Distance = 50.
Read more;
Answer:
1) 50
2) -18
Step-by-step explanation:
2) what I did was subtract -34 from -16
Answer:
Check the explanation
Step-by-step explanation:
Going by the question, the design is RBD (Randomized Block Design). Where the blocks are nothing but a Combination of Soil Types(I, II, III, IV and V).So here we have seen 5 blocks.Fertilizers can be considered as treatments(A,B and C).
Fertilizer A Fertilizer B Fertilizer C
Soil I 2 2 2
Soil II 2 2 2
Soil III 2 2 2
Soil III 2 2 2
Soil IV 2 2 2
Model for a randomized block design
The model for a randomized block design with one nuisance variable is
where
is any observation
μ is the general location parameter (i.e., the mean)
is the effect for being in treatment i (Fertilizer)
is the effect for being in block j (Type of Soil)