Answer:
x 100/3
Step-by-step explanation:
I don’t understand what the is question
Answer:
The probability that the 2nd Heads occurred at the 4th toss is 5.99%.
Step-by-step explanation:
Given that there were 4 Heads in the first 7 tosses, to find the probability that the 2nd Heads occurred at the 4th toss the following calculation must be performed:
7 - 4 = 3
4/7 x 3/7 x 3/7 x 4/7 = X
0.571 x 0.428 x 0.428 x 0.571 = X
0.0599 = X
Therefore, the probability that the 2nd Heads occurred at the 4th toss is 5.99%.
Given statement 'a local variable is a variable defined inside a function that can only be used inside its function' is False
A local variable is a type of variable that we declare inside a block or a function, unlike the global variable. They can be used only by the statements that are inside the function or the block of the code. Local variables are not known to functions outside their own.
The variable declared is local within that function that is the declared variable is accessible inside that block itself, it cannot be accessible outside the given function.
Consider the following multiplication function:
ex - void multi()
{
int a = 10, b = 2, c ;
c = a * b ;
cout << c ;
}
int main()
{
cout << "value for c is :"<< c ;
return 0;
}
Here inside the multi function variable a, b, c are declared and initialized inside the function.
Thus, a local variable is defined inside the body of the function and is not accessible outside of the function.
Therefore, given statement 'a local variable is a variable defined inside a function that can only be used inside its function' is False
Learn more about the local variable here:
brainly.com/question/27840441
#SPJ4
Answer: 71.429 miles
Step-by-step explanation:
The charge for the rental truck can be represented by the equation: y= 0.28m+80
m is the miles driven
y is the total cost
Plug in 100 for y because that’s how much you have to spend
100=0.28m+80
-80 -80
20=0.28m. Divide both sides by 0.28
71.429 miles
You can round it again if you want
71.43 or 71.4 or 71