Answer:
[tex]18\sqrt{10}$ units[/tex]
Step-by-step explanation:
We are given the equation of the line y=3x and a point, say Q(60,0) outside of that line.
We want to find the point on the line y=3x which is closest to Q.
Let P(x,y) be the desired point. Since it is on the line y=3x, it must satisfy the line.
If x=a, y=3a, so the point P has the coordinates (a,3a).
Distance between point Q and P
[tex]=\sqrt{(60-a)^2+(0-3a)^2}\\D =\sqrt{10a^2-120a+3600}[/tex]
To minimize D, we find its derivative
[tex]\dfrac{dD}{da}=\dfrac{10a-60}{\sqrt{10a^2-120a+3600} }\\$Setting \dfrac{dD}{da}=0\\10a-60=0\\10a=60\\a=6[/tex]
Therefore, the y-coordinate for P is 3*6=18.
The point P=(6,18).
Next, we calculate the distance between P(6,18) and (60,0).
[tex]D =\sqrt{10(6)^2-120(6)+3600}\\=\sqrt{3240}\\=18\sqrt{10}$ units[/tex]
Use the end behavior of the graph to solve 3x^3+9x^2-12x < 0
Answer:
1. x = 4
2. x = -1
3. x = 0
Answer:
Step-by-step explanation:
The diagram shows a circle, centre O.
Work out the value of a.
BCO=41 degrees
Answer:
a = 49°
Step-by-step explanation:
OB = OC ( both radii of the circle ), thus
Δ BOC is isosceles and the base angles are congruent, that is
∠ OBC = ∠ OCB = 41° , so
∠ BOC = 180° - (2 × 41)° = 180° - 82° = 98°
The angle on the circumference BAC is half the angle at the centre for angles subtended on the same arc , thus
a = 0.5 × 98° = 49°
If the measure of the angle ∠BOC will be 98°. Then the measure of the angle ∠BAC will be 49°.
What is a circle?It is the close curve of an equidistant point drawn from the center. The radius of a circle is the distance between the center and the circumference.
The central angle is double the angle at the periphery that was subtended by the same chords.
The measure of the angle ∠BCO is 41°.
The angle ∠BCO and angle ∠CBO will be congruent. Because they are angles of an isosceles triangle.
We know that the sum of all the interior angles of the triangle will be 180°. Then the measure of the angle ∠BOC will be given as,
∠BOC + ∠CBO + ∠BCO = 180°
∠BOC + 41° + 41° = 180°
∠BOC = 98°
Then the measure of the angle ∠BAC will be
∠BAC = (1/2) ∠BOC
∠BAC = 1/2 x 98°
∠BAC = 49°
If the measure of the angle ∠BOC will be 98°. Then the measure of the angle ∠BAC will be 49°.
More about the circle link is given below.
https://brainly.com/question/11833983
#SPJ2
F(x)=(x+1)(x-3)(x-4)
Answer :
x1 = -1
x2= +3
x3 = +4
I hope it helps
If you are doing it by roots how ever it would be 3
what is the volume of a cone with the given dimensions. radius=4 cm; height= 10 cm
Answer:
[tex] 167.47 \: {cm}^{3} [/tex]
Step-by-step explanation:
[tex]V_{cone} = \frac{1}{ 3} \pi {r}^{2}h \\ \\ = \frac{1}{ 3} \pi \times {4}^{2} \times 10 \\ \\ = \frac{1}{ 3} \times 3.14 \times 16 \times 10 \\ \\ = \frac{1}{ 3} \times \: 502.4 \\ \\ = 167.466667 \\ \\ = 167.47 \: {cm}^{3} [/tex]
Given that (-2,7) is on the graph of f(x), find the corresponding point for the function f(x + 4).
Answer:
(-6, 7)
Step-by-step explanation:
In order to make (x+4) = -2, we must have x = -6. Then the point (-6, 7) will be on the graph of f(x+4).
__
Another way to think about this is that replacing x with x-h causes the graph to be shifted right by h units. Here, we have h=-4, so the graph is shifted left 4 units. Shifting the point (-2, 7) by 4 units to the left moves it to (-2-4, 7) = (-6, 7).
Answer:
PLATO: -6,7
Step-by-step explanation:
a particular city had a population of 24,000 in 1900 and a population of 29,000 in 1920. Assuming that its population continues to grow exponentially at a constant rate, what population will it have in 2000
Answer:
It will have a population of 61,779 in 2000.
Step-by-step explanation:
The population for the city, in t years after 1900, can be modeled by a exponential function with constant growth rate in the following format:
[tex]P(t) = P(0)(1+r)^{t}[/tex]
In which P(0) is the population in 1900 and r is the growth rate.
Population of 24,000 in 1900
This means that [tex]P(0) = 24000[/tex]
Population of 29,000 in 1920.
1920 is 1920 - 1900 = 20 years after 1900.
This means that P(20) = 29000. So
[tex]P(t) = P(0)(1+r)^{t}[/tex]
[tex]29000 = 24000(1+r)^{20}[/tex]
[tex](1+r)^{20} = \frac{29000}{24000}[/tex]
[tex]\sqrt[20]{(1+r)^{20}} = \sqrt[20]{\frac{29000}{24000}}[/tex]
[tex]1 + r = 1.0095[/tex]
So
[tex]P(t) = P(0)(1+r)^{t}[/tex]
[tex]P(t) = 24000(1.0095)^{t}[/tex]
What population will it have in 2000
2000 is 2000 - 1900 = 100 years after 1900. So this is P(100).
[tex]P(t) = 24000(1.0095)^{t}[/tex]
[tex]P(100) = 24000(1.0095)^{100} = 61779[/tex]
It will have a population of 61,779 in 2000.
Identify the steps used in Algorithm 1 to find the maximum element in the following finite sequence 1, 8, 12, 9, 11, 2, 14, 5, 10, 4.
Algorithm 1 procedure max(a1, a2, . . . , an : integers) max :______
Answer:
max(1, 8, 12, 9, 11, 2, 14, 5, 10, 4) = 14
Step-by-step explanation:
Here is the algorithm to find the maximum element:
procedure max(a1, a2, . . . , an : integers)
max := a1
for i := 2 to n
if max < ai then max := ai
return max{max is the largest element}
Now lets see how this algorithm works with the given sequence. 1, 8, 12, 9, 11, 2, 14, 5, 10, 4.
The value of max is set to 1. So max = 1.Now the for loop starts. The loop variable i which works as an index moves throughout the sequence i.e. from 2 to n. The value of n is 10 since the total number of elements in the sequence are 10. The first iteration: i=2. Now the IF condition if max < ai inside this FOR loop checks if the value of max is less than the element at i-th position. As the current value of max=1 and the value at i=2 is 8 which means the second element of the sequence. So this condition evaluates to true as 1 < 8. So the IF part is executed which has a statement max := ai which means if the value of max is less than the element at i-th index then the value of max is set to that element. So max = 8.The second iteration: at i = 3. Now the IF condition if max < ai checks if the value of max is less than the element at i-th position. As the current value of max= 8 and current value of i=3 means the third element of the sequence which is 12. So this condition evaluates to true as 8 < 12. So the IF part is executed which has a statement max := ai which means if the value of max is less than the element at i-th index then the value of max is set to that element. So max = 12.The third iteration at i = 4. Now the IF condition if max < ai checks if the value of max is less than the element at i-th position. As the current value of max= 12 and current value of i=4 means the fourth element of the sequence which is 9. Now the IF condition evaluates to false because 12 > 9. Hence the value of max remains the same. So max = 12.The fourth iteration at i = 5. Now the IF condition if max < ai checks if the value of max is less than the element at i-th position. As the current value of max= 12 and current value of i=5 means the fifth element of the sequence which is 11. Now the IF condition evaluates to false because 12 > 11. Hence the value of max remains the same. So max = 12.The fifth iteration at i = 6. Now the IF condition if max < ai checks if the value of max is less than the element at i-th position. As the current value of max= 12 and current value of i=6 means the sixth element of the sequence which is 2. Now the IF condition evaluates to false because 1 2> 2. Hence the value of max remains the same. So max = 12.The sixth iteration at i = 7. Now the IF condition if max < ai checks if the value of max is less than the element at i-th position. As the current value of max= 12 and current value of i=7 means the seventh element of the sequence which is 14. So this condition evaluates to true as 14 < 12. So the IF part is executed which has a statement max := ai which means if the value of max is less than the element at i-th index then the value of max is set to that element. So max = 14.The seventh iteration at i = 8. Now the IF condition if max < ai checks if the value of max is less than the element at i-th position. As the current value of max= 14 and current value of i=8 means the eighth element of the sequence which is 5. Now the IF condition evaluates to false because 1 4> 5. Hence the value of max remains the same. So max = 14.The eighth iteration at i = 9. Now the IF condition if max < ai checks if the value of max is less than the element at i-th position. As the current value of max= 14 and current value of i=9 means the ninth element of the sequence which is 10. Now the IF condition evaluates to false because 1 4> 10. Hence the value of max remains the same. So max = 14.The ninth iteration at i = 10. Now the IF condition if max < ai checks if the value of max is less than the element at i-th position. As the current value of max= 14 and current value of i=10 means the tenth element of the sequence which is 4. Now the IF condition evaluates to false because 1 4> 4. Hence the value of max remains the same. So max = 14.Now the loop ends as the value of i now becomes 11 because the loop is execute at i from 2 to n and value of n = 10. So the loop breaks and the next statement return max{max is the largest element} is executed which returns the current value of max. This means it returns the largest element in the sequence. Since the current value of max = 14. Hence max = 14 is the largest element.Which function has the same range?
Answer:
I would say the second one
Step-by-step explanation:
f(x) has a range of y<0, because it is reflected over the x axis
g(x) = -5/7(3/5)^-x is also reflected over the x axis, except also in the y axis. Regardless of the reflection in the y-axis, y still cannot be equal to or greater than 0. Therefore, I believe it is the second choice.
(The third and forth choice are the same, which rules them both out. The first on reflects it over the y-axis, meaning that x can be greater than 0.)
Find the volume of this cone.
Round to the nearest tenth.
10ft
8ft
[? ] ft
Answer:
V ≈ 670.2 [tex]ft^3[/tex]
Step-by-step explanation:
Use the formula of the volume of a cone, which is [tex]V=\pi r^{2} \frac{h}{3}[/tex]
Plug in your given components and solve for V:
[tex]V=\pi (8)^2\frac{10}{3} \\V=\pi (64)\frac{10}{3} \\V=\pi (64)(3.33)\\V=\pi (213.33)\\V=670.2[/tex]
4. The area of a rhombus with one diagonal is 8.72 cm long is the same as the area of a square of side 15.6 cm. Find the length of the other diagonal of the rhombus.
Answer:
55.82 cm
Step-by-step explanation:
d1= 8.72 cm
a= 15.6 cm
A rhombus= 1/2*d1*d2 = A square
A square= 15.6²= 243.36 cm²
d2= 2A/d1= 2*243.36/8.72 ≈55.82 cm
Assume that 1700 births are randomly selected and 4 of the births are girls. Use subjective judgment to describe the number of girls as significantly high, significantly low, or neither significantly low nor significantly high.
Answer: Significantly low.
Step-by-step explanation:
Ok, we know that out of 1700 randomly selected, only 4 of them are girls.
Then the frequency is:
p = 4/1700
Now, using the subjective judgement (meaning that it is based on the opinion only, there is no real math involved)
I can conclude that the number of girls is significantly low, meaning that out of 1700 births we have 4 girls, then the other 1694 must be boys.
Any help would be great
Answer:
I don't know
Step-by-step explanation:
sorry I can't help,use a calculator
Answer:
58.5 miles
Step-by-step explanation:
Let's Use unitary Method
8 hours = 52 miles
Then,
1 hour = 52/8 miles
1 hour = 6.5 miles
Multiplying both sides by 9, We'll get
9 hours = 6.5 × 9 miles
9 hours = 58.5 miles
HELP! What is the solution to the equation below? Round your answer to two decimal places. 4x = 20 A. x = 2.99 B. x = 0.46 C. x = 1.30 D. x = 2.16
Answer:
X = 5
Step-by-step explanation:
If 4x = 20
And we are asked to find the solution.
It simply means looking for the value of x
So
4x = 20
X = 20/4
X = 5
X is simply the solution
X = 5
Answer:
D 2.16
Step-by-step explanation:
a p e x just use log
Find the scale ratio for the map described below. 1 mm (map) equals 500 m (actual) The scale ratio is 1 to nothing.
Answer:
1:500000
Step-by-step explanation:
1 mm (map) equals 500 m (actual) .
Let's convert 500 m to mm.
1m = 1000mm
500m = 500000 mm
So 1mm to 500000mm on a scale is
1:500000
So it's all about converting the metre to million metre then doing the ratio.
In this case we are not to divide anything because it's already in 1.
So it's 1mm on paper then 500000mm on actual.
Thank you
Five times the sum of a number and 13 is 20. Find the number
Answer:
x = -9
Step-by-step explanation:
Step 1: Write out expression
5(x + 13) = 20
Step 2: Distribute
5x + 65 = 20
Step 3: Isolate x
5x = -45
x = -9
And we have our answer!
Answer:
-9
Step-by-step explanation:
Let the number be x.
5(x+13) = 20
Expand.
5x+65 = 20
Subtract 26 on both sides.
5x = 20 - 65
5x = -45
Divide 5 into both sides.
x = -45/5
x = -9
The number is -9.
Can someone answer this
Answer:
Step-by-step explanation:
x 6 a
8 48 c
-4 b 20
Let the unknown numbers of the multiplication grid are a, b and c.
1). 6 × 8 = 48
2). (-4)×6 = b
b = -24
3). (-4) × a = 20
a = -5
4). 8 × a = c
8 × (-5) = c
c = -40
Therefore, missing in the given multiplication grid are,
x 6 -5
8 48 -40
-4 -24 20
Suppose the time it takes a barber to complete a haircuts is uniformly distributed between 8 and 22 minutes, inclusive. Let X = the time, in minutes, it takes a barber to complete a haircut. Then X ~ U (8, 22). Find the probability that a randomly selected barber needs at least 14 minutes to complete the haircut, P(x > 14) (round answer to 4 decimal places) Answer:
Answer:
[tex] P(X>14)= 1-P(X<14) =1- F(14)[/tex]
And replacing we got:
[tex] P(X>14)= 1- \frac{14-8}{22-8}= 0.5714[/tex]
The probability that a randomly selected barber needs at least 14 minutes to complete the haircut is 0.5714
Step-by-step explanation:
We define the random variable of interest as x " time it takes a barber to complete a haircuts" and we know that the distribution for X is given by:
[tex] X \sim Unif (a= 8, b=22)[/tex]
And for this case we want to find the following probability:
[tex] P(X>14)[/tex]
We can find this probability using the complement rule and the cumulative distribution function given by:
[tex] P(X<x) = \frac{x-a}{b-a} ,a \leq x \leq b[/tex]
Using this formula we got:
[tex] P(X>14)= 1-P(X<14) =1- F(14)[/tex]
And replacing we got:
[tex] P(X>14)= 1- \frac{14-8}{22-8}= 0.5714[/tex]
The probability that a randomly selected barber needs at least 14 minutes to complete the haircut is 0.5714
Data was collected for a sample of organic snacks. The amount of sugar (in mg) in each snack is summarized in the histogram below. 2 4 6 8 10 12 14 amount of sugar (mg) 60 80 100 120 140 160 180 200 Frequency What is the sample size for this data set
Answer:
The sample size for the data set = 56
Step-by-step explanation:
The sample size or number of individuals (n) is gotten from a histogram by summing up the total frequencies of occurrences.
In this example, the frequencies are: 2 4 6 8 10 12 14
Therefore, the sample size (n) is calculated as follows:
n = 2 + 4 + 6 + 8 + 10 + 12 + 14 = 56
Therefore the sample size for the data set = 56
The sample size for the data set = 56
Given that,
Data was collected for a sample of organic snacks.The calculation is as follows:
= 2 + 4 + 6 + 8 + 10 + 12 + 14
= 56
Learn more: https://brainly.com/question/15622851?referrer=searchResults
Two clinical trials were designed to test the effectiveness of laser treatment for acne. Seaton et al. (2003) randomly divided participants into two groups. One group received the laser treatment, whereas the other group received a sham treatment. Orringer et al. (2004) used an alternative design in which laser treatment was applied to one side of the face, randomly chosen, and the sham treatment was applied to the other side. The number of facial lesions was the response variable.
Orringer et al. used _______________ in a ___________ design.
Seaton et al. used a completely _____________design.
Answer:
Blocking in a paired design
Completed randomized design
Step-by-step explanation:
Orringer et. al used blocking in a paired design. He use the special type of randomized block design; a matched pair design wherein there is just two treatment conditions (laser treatment and the sham treatment) and the subjects are then group the subjects in pairs using the blocking variable which is a treatment applied to one side of face randomly chosen.
While Seaton et. al. used a completely randomized design. Here the subjects/participants are just merely assigned albeit randomly to either the laser or the sham treatment.
Find the value of each variable
Answer:
To find a we use sine
sin 60° = a / 4√3
a = 4√3sin60°
a = 6
To find b we use sine
sin 45° = a / b
a = 6
b = 6 / sin 45°
b = 6√2
To find c we use cosine
cos 60° = c / 4√3
c = 4√3 cos 60°
c = 2√3
To find d we use tan
tan 45° = a / d
a = 6
d = 6 / tan 45°
d = 6
Therefore a = 6 b = 6√2 c = 2√3
d = 6
That's option A.
Hope this helps
Using the order of operations, what should be done first to evaluate 12 divided by (negative 6) (3) + (negative 2)? Divide 12 by 5. Multiply –6 and 3. Divide 12 by –6. Add 3 and –2.
Answer:
first you need to multiply -6 and 3
Answer:
-6 and 3
Step-by-step explanation:
sorry it was an late answer I'm just tryna gain points :D
(12 points) In Africa, the Joint United Nations Programme on HIV/AIDS determined that the probability that an individual adult in Africa has the disease is 0.05. Assume for any HIV test, the probability that the test result is positive given a real HIV carrier is 0.98, and the probability that the test result is positive given a healthy individual (i.e., a person who does not carry HIV virus) is 0.05. (a) (5 pts) What is the probability that a test result will be negative
Answer:
90.35% probability that a test result will be negative
Step-by-step explanation:
We have these following probabilities:
0.05 = 5% probability that an individual adult has the disease.
If the adult has the disease, 1 - 0.98 = 0.02 = 2% probability of a negative test.
1 - 0.05 = 0.95 = 95% probability that an individual adult does not have the disease.
If the adult does not have the disease, 1 - 0.05 = 0.95 = 95% probability of a negative test.
What is the probability that a test result will be negative
2% of 5% or 95% of 95%. So
p = 0.02*0.05 + 0.95*0.95 = 0.9035
90.35% probability that a test result will be negative
The television show 50 Minutes has been successful for many years. That show recently had a share of 20, meaning that among the TV sets in use, 20% were tuned to 50 Minutes. Assume that an advertiser wants to verify that 20% share value by conducting its own survey, and a pilot survey begins with 14 households have TV sets in use at the time of a 50 Minutes broadcast. Find the probability that none of the households are tuned to 50 Minutes.
Answer:
The probability that none of the households are tuned to 50 Minutes is 0.04398.
Step-by-step explanation:
We are given that the television show 50 Minutes has been successful for many years. That show recently had a share of 20, meaning that among the TV sets in use, 20% were tuned to 50 Minutes.
A pilot survey begins with 14 households have TV sets in use at the time of a 50 Minutes broadcast.
The above situation can be represented through binomial distribution;
[tex]P(X = r)= \binom{n}{r} \times p^{r} \times (1-p)^{n-r} ;x = 0,1,2,3,.........[/tex]
where, n = number of samples (trials) taken = 14 households
r = number of success = none of the households are tuned to 50 min
p = probability of success which in our question is probability that households were tuned to 50 Minutes, i.e. p = 20%
Let X = Number of households that are tuned to 50 Minutes
So, X ~ Binom(n = 14, p = 0.20)
Now, the probability that none of the households are tuned to 50 Minutes is given by = P(X = 0)
P(X = 0) = [tex]\binom{14}{0} \times 0.20^{0} \times (1-0.20)^{14-0}[/tex]
= [tex]1 \times 1 \times 0.80^{14}[/tex]
= 0.04398
Two contractors will jointly pave a road, each working from one end. If one of them paves 2/5 of the road and the other 81 km remaining, the length of that road is
A tooth-whitening gel is to be tested for effectiveness. A group of 85 adults have volunteered to participate in the study. Of these, 43 are to be given a gel that contains the tooth-whitening chemicals. The remaining 42 are to be given a similar-looking package of gel that does not contain the tooth-whitening chemicals. A standard method will be used to evaluate the whiteness of teeth for all participants. Then the results for the two groups will be compared. 1. After the treatment period, compare the whiteness of the 43 treated adults. 2. A placebo is not being used. 3. After the treatment period, compare the whiteness of the two groups. 4. Randomly select 85 adults to be given the treatment gel. 5. The remaining 42 adults receive the placebo gel. 6. Randomly select 43 adults to be given the treatment gel.
Answer:
(a) 3, 5 and 6
Step-by-step explanation:
In the experiment, 43 are to be given a gel that contains the tooth-whitening chemicals while the remaining 42 are to be given a placebo. Therefore, a placebo is used.
The 43 that will receive the gel are to be selected randomly.
After the experiment, the whiteness of the two groups will be compared to see the effect of the gel.
Therefore for the experiment to be completely random, 3, 5, and 6 apply.
(b)
For the experiment to be double-blind, the researchers who will evaluate the whiteness and interact with the subjects, and the subjects would not know which subjects received either the whitening gel or the placebo.
PLEASE ANSWER, URGENT!!! In a math exam, Zach, Wendy, and Lee have an average score 91. Wendy, Lee and Chen have an average score 89. Zach and Chen have an average score 95. What is Zach's score?
Answer:
98
Step-by-step explanation:
Z as Zach; W as Wendy; L as Lee; C as Chen
We know that average score of Z,W, and L is 91, so:
(z + w + l)/3 = 91
z + w + l = 273
Average score W, L, C = 89, so:
(w + l + c)/3 = 89
w + l + c = 267
We take both:
(z + w + l) – (w + l + c) = 273 – 267
z – c = 6
Average score Z and C = 95
(z + c)/2 = 95
z + c = 190
(z + c) – (z – c) = 184
2c = 184
c = 92
z + c = 190
z + 92 = 190
z = 98
So, Zachs score is 98
Mary is selling chocolate bars to raise money. She earns $3 for each solid milk chocolate bar sold and $4 for each caramel-filled bar sold. If m represents the number of milk chocolate bars sold, and c represents the number of caramel bars sold, which of the following expressions represents the amount of money that Mary has raised? Question 6 options: A) 3m – 4c B) m∕3 + i∕4 C) 12mc D) 3m + 4c
Answer:
3m + 4c
Step-by-step explanation:
Whenever a word problem says the word earn that means the slope, also known as the rate of change, will be positive. Knowing this you can determine that both the caramel and milk chocolate slopes will be positive. After figuring all that out the only thing left to do is to make the equation. You know you have two slopes, and each slope needs a variable, so you will have to look back at the question. It is given that m represents the milk chocolate and c represents the caramel. Now all you have to do is make the slope the coefficient to the corresponding variable. The milk chocolates are 3 dollars, so the 3 goes in front of the m and the caramel chocolates are 4 dollars, so teh 4 goes in front of the 4. Since both slopes are positive no negatives or minus signs will be used in the equation. Knowing all this information you can now create the expression 3m + 4c.
Answer:
D
Step-by-step explanation:
3m + 4c
25x^4 +120x^2y +144y^2
Answer:
We can factor this into (5x+12y)^2
Step-by-step explanation:
If AD=BD, which of the following relationships can be proved and why?
B
o
A. A ACD= A BCD, because of ASA.
B. XACD N BOD because of SAS
C. There is not enough information to prove a relationship.
(D. A ACD S ABCD, because of AS
SUBMIT
< PREVIOUS
Answer: SAS
Step-by-step explanation:
Write the equation represents the line.
Answer:
y = 3/4x+2
Step-by-step explanation:
The change in y over change in x of the two points given is 3/4, which is the slope. The line intersects with the y axis at 2, making 2 the y-int