Events A and B are independent if the following holds true:
P(A ∩ B) = P(A) * P(B)
where P(A ∩ B) is the probability of A and B, P(A) is the probability of A, and P(B) is the probability of B.
Setting A = "snow" and B = "cold weather", and plugging in the above numbers will give you the answer.
Answer:
- Grayson had 10 inches of snow in his lawn
- the snow falls at a constant rate of 0.5 inches per hour
- no snow was melting
- the snow has fallen for 3 hours
Let y be the height of the snow in the lawn
Grayson had 10 inches at the beginning (at t=0) so y= 10
3 hours passed so y= 10 + 3*0.5 = 11.5 inches
Grayson had 11.5 inches after three hours
Assuming that the snow continued to fall for an unkhown time t
y = 0.5*t + 10
we had 10 at the beginning so we add 10 (+10)
the snow is growing by 0.5 inches in the single hour so we multiply by 0.5
t is the time and it can 4, 5, 6 ...... hours
Just like a function :
- 0.5 is the slope
- t is the variable
- 10 is the y-intercept
Answer:
5 gallons of water must be added.
10 gallons to start with
adding 'x' gallons of water final volume = 10 + x
.9 (10) = amount of vinegar
.1(10) = amount of water
amount of vinegar before and after water addition is constant
.9(10) = .6(10+x)
9 = 6 + .6x
3 = .6x
x = 5 gallons of water to be added
(i truly hope i helped you
Answer:
Step-by-step explanation:
// Build on Thu Oct 20 21:06:21 CEST 2011 for language "en"
myHostname = window.location.hostname;
var myTLD = "." + myHostname.substring(myHostname.indexOf("wupload") + "wupload.".length).split(".")[0];
function afterLoad() {
return
}
ieFixForFileSelectionOnChangeEventTimer = null;
function ieFixForFileSelectionOnChangeEvent(a) {
$("#siteName").toggle();
if ($("#inputFileSelection").val() == "") {
ieFixForFileSelectionOnChangeEventTimer = setTimeout("ieFixForFileSelectionOnChangeEvent()", 200)
} else {
$("body")[0].focus()
}
}
function urlencode(a) {
return escape(a.toString().replace(/%/g, "%25").replace(/\+/g, "%2B")).replace(/%25/g, "%")
}