Answer:
I think the answer is4k3+0 or 4
Answer:
<u>y=5x+7</u>
<u>or</u>
<u>f(x)=5x+7</u>
Step-by-step explanation:
Slope (m) = 5
Y-intercept (b) = 7
Using the equation y=mx+b, you can find m and b to make y=5x+7.
Steps:
(1, 12) (2, 17) formula: y2-y1 / x2-x1 = m
17-12= 5
2-1 = 1
5/1=5
m=5
12=5(1)+b
12=5+b
7=b
17=5(2)+b
17=10+b
7=b
<u>Answer: y=5x+7</u>
<u>or</u>
<u>f(x)=5x+7</u>
Answer:
95.15%
Step-by-step explanation:
We have that the mean (m) is equal to 20, the standard deviation (sd) 3
They ask us for P (x <25)
For this, the first thing is to calculate z, which is given by the following equation:
z = (x - m) / sd
We have all these values, replacing we have:
z = (25 - 20) / (3)
z = 1.66
With the normal distribution table (attached), we have that at that value, the probability is:
P (z <1.66) = 0.9515
Which means that the probability that it arrives before 25 minutes is 95.15%
Put the other line in point slope form...(solve for y :D )
3y=15x+9
y=5x+3, so this line has a slope of 5
For a line to be perpendicular to another the slopes have to be negative reciprocals of each other...mathematically...
s1*s2=-1
So for the other line to be perpendicular to the first:
5m=-1, m=-1/5, thus our other line (so far) is:
y=b-x/5, now we can use the point (-8,-1) to solve for the y-intercept, "b":
-1=b-(-8)/5
-1=b+8/5
-1=b+1.6
b=-2.6
So the perpendicular line that contains the point (-8,-1) is:
y=-0.2x-2.6
Answer:
People often sort stacks of documents using a recursive method. For example, imagine you are sorting 100 documents with names on them. First place documents into piles by the first letter, then sort each pile. Looking up words in the dictionary is often performed by a binary-search-like technique, which is recursive.
Step-by-step explanation:
This is just an example.
If this helps please mark as brainliest