Answer:
(f o g)(-2)= 11
Step-by-step explanation:
Answer:
And we can find this probability with the normal standard distirbution or excel and we got:
Step-by-step explanation:
Previous concepts
Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".
The Z-score is "a numerical measurement used in statistics of a value's relationship to the mean (average) of a group of values, measured in terms of standard deviations from the mean".
Solution to the problem
Let X the random variable that represent the lenghts of a population, and for this case we know the distribution for X is given by:
Where
and
We are interested on this probability
And the best way to solve this problem is using the normal standard distribution and the z score given by:
If we apply this formula to our probability we got this:
And we can find this probability with the normal standard distirbution or excel and we got:
W=15 no
W= 21 no
W= 1 Yes
If im right the question is just asking which variable is less than 15.
so the only variable that is less than 15 is 1.
Answer:
Find the ratio of minutes to miles, 4:1. Multiply 7.5 by 4.
Step-by-step explanation:
Given
Minutes: 10 || 16 || ? || 48
-----Miles: 2.5 || 4 || 7.5 || 12
Required
Which statements solve for the missing value?
First, we need to calculate the ratio of minutes to mile

When minutes = 16; mile = 4
So, we have:


Next, we multiply the ratio by 7.5



<em>Hence, option B answers the question.</em>
Instance variables are often called "fields" to help distinguish them from other variables you might use.
<h3>What are Instance variables?</h3>
Instance variables are defined within a class but outside of any method, constructor, or block.
Some key points related to Instance variables are-
- When heap space is allocated to an object, a slot is created for every instance variable value.
- Whenever an object is created with keyword 'new,' instance variables are created, and they are destroyed whenever the object is destroyed.
- Instance variables store values that need to be referenced by multiple methods, constructors, or blocks, as well as vital components of an entity's state which must be available throughout the class.
- Before or after use, instance variables could be declared just at class level.
- Variables, for example, can be given access modifiers.
- Only those methods, constructors, and blocks in the class have access to the instance variables.
To know more about the Instance variables, here
brainly.com/question/13014011
#SPJ4