50 points! I will mark brainliest and thank you! Random answers will be reported
Answer and explanations:
since the triangle on the right is a right triangle, <CED is 70 degrees too and therefore <DCE is 40 degrees.
Then because of vertical angles, <ACB is also 40 degrees
<BAC is 180 degrees - 40 degrees - 70 degrees = 70 degrees.
Since there are 2 angles that have the same value, the triangle ABC is isosceles. Done!
Step-by-step explanation:
ΔCDE
CD = CE - given, therefore the triangle is isoscelesm∠CDE = 70° - givenm∠DEC = 70° - isosceles triangle has two equal angles opposite to equal sidesm∠DCE = 180° - 2*70° = 40° - sum of interior angles equals to 180°ΔABC
m∠BCA = 40°- as vertical angle with ∠DCEm∠ABC = 70° - givenm∠BAC = 180° - (70° + 40°) = 70° - sum of interior angles equals to 180°m∠ABC = m∠BAC - the triangle has two equal angles, therefore has two equal sides and is isosceles
what's is 12+12x7+43?
Answer:
12x7+55
Step-by-step explanation:
Answer:
139
Step-by-step explanation:
12+43=
55
12x7=
84
84+55=
139
The graph of the function F(x)= x2
is shown above. Which of the functions below would be a reflection of AX) across the x-axis?
Answer:
d is the answer of graph function
Please help me with just the first two questions
Desmond is rolling a standard six-sided number cube. He plans to roll it 72 times. About how many times would you expect him to roll an even number? Why?
Answer:
Step-by-step explanation:
3 even numbers are on a number cube. So, 1/3.
1/3 x 72 = 24
Desmond would roll an even number 24 times.
There are 2 white chocolates for every plain chocolate in a box of chocolates.
There are no chocolates of any other colour in the box.
There are 10 plain chocolates in the box.
How many chocolates are there in the box altogether?
Answer:
Step-by-step explanation:
10 x 2=20 white chocolate
10+20=30 chocolates altogether
The number of typos made by a student follows Poisson distribution with the rate of 1.5 typos per page. Assume that the numbers of typos on different pages are independent. (a) Find the probability that there are at most 2 typos on a page. (b) Find the probability that there are exactly 10 typos in a 5-page paper. (c) Find the probability that there are exactly 2 typos on each page in a 5-page paper. (d) Find the probability that there is at least one page with no typos in a 5-page paper. (e) Find the probability that there are exactly two pages with no typos in a 5-page paper.
Answer:
a) 0.8088 = 80.88% probability that there are at most 2 typos on a page.
b) 0.0858 = 8.58% probability that there are exactly 10 typos in a 5-page paper.
c) 0.001 = 0.1% probability that there are exactly 2 typos on each page in a 5-page paper.
d) 0.717 = 71.7% probability that there is at least one page with no typos in a 5-page paper.
e) 0.2334 = 23.34% probability that there are exactly two pages with no typos in a 5-page paper.
Step-by-step explanation:
Poisson distribution:
In a Poisson distribution, the probability that X represents the number of successes of a random variable is given by the following formula:
[tex]P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}[/tex]
In which
x is the number of sucesses
e = 2.71828 is the Euler number
[tex]\mu[/tex] is the mean in the given interval.
Binomial distribution:
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
The number of typos made by a student follows Poisson distribution with the rate of 1.5 typos per page.
This means that [tex]\mu = 1.5n[/tex], in which n is the number of pages.
(a) Find the probability that there are at most 2 typos on a page.
One page, which means that [tex]\mu = 1.5[/tex]
This is
[tex]P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2)[/tex]
In which
[tex]P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}[/tex]
[tex]P(X = 0) = \frac{e^{-1.5}*(1.5)^{0}}{(0)!} = 0.2231[/tex]
[tex]P(X = 1) = \frac{e^{-1.5}*(1.5)^{1}}{(1)!} = 0.3347[/tex]
[tex]P(X = 2) = \frac{e^{-1.5}*(1.5)^{2}}{(2)!} = 0.2510[/tex]
[tex]P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2) = 0.2231 + 0.3347 + 0.2510 = 0.8088[/tex]
0.8088 = 80.88% probability that there are at most 2 typos on a page.
(b) Find the probability that there are exactly 10 typos in a 5-page paper.
5 pages, which means that [tex]n = 5, \mu = 5(1.5) = 7.5[/tex].
This is P(X = 10). So
[tex]P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}[/tex]
[tex]P(X = 10) = \frac{e^{-7.5}*(7.5)^{10}}{(10)!} = 0.0858[/tex]
0.0858 = 8.58% probability that there are exactly 10 typos in a 5-page paper.
(c) Find the probability that there are exactly 2 typos on each page in a 5-page paper.
Two typos on a page: 0.2510 probability.
Two typos on each of the 5 pages: (0.251)^5 = 0.001
0.001 = 0.1% probability that there are exactly 2 typos on each page in a 5-page paper.
(d) Find the probability that there is at least one page with no typos in a 5-page paper.
0.2231 probability that a page has no typo, so 1 - 0.2231 = 0.7769 probability that there is at least one typo in a page.
(0.7769)^5 = 0.283 probability that every page has at least one typo.
1 - 0.283 = 0.717 probability that there is at least one page with no typos in a 5-page paper.
(e) Find the probability that there are exactly two pages with no typos in a 5-page paper.
Here, we use the binomial distribution.
0.2231 probability that a page has no typo, so [tex]p = 0.02231[/tex]
5 pages, so [tex]n = 5[/tex]
We want P(X = 2). So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 2) = C_{5,2}.(0.2231)^{2}.(0.7769)^{3} = 0.2334[/tex]
0.2334 = 23.34% probability that there are exactly two pages with no typos in a 5-page paper.
What are the values of s and t?
Answer:
I think t is 72, because the angle looks equal to the known degree, which is 72. And since all the degrees have to add up to 180, 72+72 is 144 and 180-144 is 36. So angle s is 36 degrees.
Pls help me bestie with this question ASAP thank you
Answer:
Its B 0.454554555
Step-by-step explanation:
it has a pattern which is repeating. So its known as rational number..
A rectangle is shown. The length of the rectangle is labeled as 8 cm, and the width is labeled as 6 cm. What will be the perimeter and the area of the rectangle below if it is enlarged using a scale factor of 4.5? (5 points)
Perimeter = 46 cm, area = 131.25 cm2
Perimeter = 126 cm, area = 972 cm2
Perimeter = 46 cm, area = 972 cm2
Perimeter = 126 cm, area = 131.25 cm2
Perimeter = 46 cm, area = 131.25 cm2
Perimeter = 126 cm, area = 972 cm2
Perimeter = 46 cm, area = 972 cm2
Perimeter = 126 cm, area = 131.25 cm2
Answer:
Perimeter = 126cm
Area = 972cm^2
Step-by-step explanation:
6*4.5 = 27
8*4.5 = 36
Perimeter = 27*2+36*2= 126 cm
Area = 27*36 = 972 cm^2
Hope this helped!
Answer:
Perimeter = 126 cm, area = 972 cm2
Step-by-step explanation:
Rectangle perimeter:
P = 2(w + l)Rectangle area:
A = wlWhen scaled, the perimeter will change by same factor but the area by the square of same factor.
Applying to the given rectangle
Perimeter:
P = 2(6 + 8)(4.5) = 126 cmArea:
A = 6*8*4.5² = 972 cm²Correct choice is B
If Johnny had 20 complete living room outfits, disregard color scheme, how many different sets of five complete outfits could be arranged?
Answer:
the answer would be 5.
Step-by-step explanation:
ty for reading :P
The number of ways five complete outfits could be arranged if Johnny had 20 complete living room outfits is 1,860,480 ways
Permutation has to do with arrangement.
Since Johnny had 20 complete living room outfits, for him to arrange different sets of five complete outfits, he can do it in 20P5 number of ways.
The permutation formula is as shown below:
[tex]^n P_r =\frac{n!}{(n-r)!}[/tex]
Hence:
[tex]^{20}P_5=\frac{20!}{(20-5)!}\\ ^{20}P_5=\frac{20!}{(15)!}\\^{20}P_5=\frac{20\times19\times 18 \times 17 \times 16 \times 15!}{15!}\\^{20}P_5=20\times19\times 18 \times 17 \times 16 \\^{20}P_5=1,860,480ways[/tex]
Hence the number of ways five complete outfits could be arranged if Johnny had 20 complete living room outfits is 1,860,480 ways.
Learn more on permutation here: https://brainly.com/question/23779115
HELLPPPPP AGAIN PLSSSSSSS COME ON MATHS
Step-by-step explanation:
according to question triangle is concurrent so two traingle= 1rectangle
so finally ans is 6×2(12+2)=168
The figure has an area of 42 yd? Which equation can be
used to find the value of x?
A 13x + 1 = 42
B 14x = 42
C 15x -1 = 42
D 16x=42
Answer:
B. 14x = 42
Step-by-step explanation:
The figure is composed of a rectangle and a trapezium
(L*W) + [½(a + b)h] = Area of the figure
Where,
Area = 42
L = 2x
W = 3
a = 3 + 4 = 7
b = 9
h = x
Plug in the values
(2x*3) + [½(7 + 9)x] = 42
6x + [½(16x)] = 42
6x + 8x = 42
14x = 42
Tara has $320 in her savings account and plans to put all of the money that she earns this
week [m] into her account. Complete the equation to represent the amount of money in
Tara's savings account (S) after she gets paid. Do not use $ in the equation.
Answer: 320
Step-by-step explanation:
The eye color for 30 students in a statistics class was recorded. The counts for each color are listed in the table
below.
Blue
8
Brown
10
Green
6
Hazel
5
Gray
1
Which of the following is the correct relative frequency table for eye color?
Blue
0.27
Brown
0.33
Green
0.20
Hazel
0.17
Gray
0.03
Blue
0.33
Brown
0.27
Green
0.20
Hazel
0.17
Gray
0.03
Blue
8
Brown
10
Green
6
Hazel
5
Gray
1
Blue
0.8
Brown
0.1
Green
0.6
Hazel
2.5
Gray
101
My
Answer: Answer A
Step-by-step explanation:
Answer:
A) blue- 0.27, brown- 0.33, green-0.20, hazel-0.17, gray-0.03
Step-by-step explanation:
edge 2023
Let f(x) = 2x –1 and g(x) = x2+ x –3. Which equation shows h(x), where h(x) = f(x) ∙g(x)
Answer:
h(x) = 6x^2 - 8x + 3
Step-by-step explanation:
I used the box method. I multiplied (2x * 2x), (2x * -1), (x * 2x), (x * -1), (-3 * 2x), (-3 * -1), and added like terms.
For the problem I see posted here already that reads - " A woman has two bank accounts. One contains $329 and awards 4% in interest each month. The other contains $921 and awards 7% in interest each month. What will the combined value of her two accounts be at the end of the month?" I see the answer but what formula did you use to solve this problem??????? It'll help me better understand. Thanks!
Answer:
$1327.63
Step-by-step explanation:
:First, calculate the amount of interest that will be earned on the first account:
$329 * 0.04 = $13.16
Then, add this amount to the amount that was already in the account:
$13.16 + $329 = $342.16
Next, calculate the amount of interest that will be earned on the second account:
$921 * 0.07 = $64.47
Then, add this amount to the amount that was already in the account:
$64.47 + $921 = $985.47
Finally, add the two totals together: $342.16 + $985.47 = $1327.63.
1. 2a+b-c
A. O
B. 1
C. 3
D. 4
Answer:
i think C correct me if im wrong pls
Step-by-step explanation:
Anyone know this?
Y=-3x+4
X | Y
-4
-2
0
2
Answer:
16
10
4
-2
.....................
Answer:
Y=10
Step-by-step explanation:
Y=3(2)+4
y= 6+4
y= 10
x= +2
why?
because if you add two at -4 you have -2 and you add 2 and u get 0 and u add two again and u get 2.
Circumference of a circle 10m
Identify the domain and range of the relation. Then tell whether the relation is a function.
1) (-2,4), (-1,2), (0,0), (1,2)
Answer:
Domain: (-2, -1, 0, 1)
Range: (4, 2, 0)
This is a function.
Hope that helped!
A fair die is rolled 10 times. Find the expected value of:a) the sum of the numbers in the ten rolls;b) the number of multiples of three in the ten rolls;c) the number of different faces that appear in the ten rolls. (Hint:Use the indicator method.LetAibe the event that theith face appears at least once.)
Answer:
a) 3.5
b) 3.33
c) [tex]6 - 6\left(\begin{array}{ccc}5\\6\end{array}\right)^{10}[/tex]
Step-by-step explanation:
As given,
A fair die is rolled 10 times
a)
Expected value of Sum of the number in 10 rolls = [tex]\frac{1}{6}(1+2+3+4+5+6) = \frac{21}{6}[/tex]
= 3.5
∴ we get
Expected value of Sum of the number in 10 rolls = 3.5
b)
Ley Y : number of multiples of 3
Y be Binomial
Y - B(n = 10, p = [tex]\frac{2}{6}[/tex] )
Now,
Expected value = E(Y) = np = 10×[tex]\frac{2}{6}[/tex] = 3.33
c)
Let m = total number of faces in a die
⇒m = 6
As die is roll 10 times
⇒n = 10
Now,
Let Y = number of different faces appears
Now,
Expected value, E(Y) = m - m[tex]\left(\begin{array}{ccc}m-1\\m\end{array}\right)^{n}[/tex]
= [tex]6 - 6\left(\begin{array}{ccc}6-1\\6\end{array}\right)^{10} = 6 - 6\left(\begin{array}{ccc}5\\6\end{array}\right)^{10}[/tex]
In this exercise we have to use probability knowledge to calculate the times the numbers of a roll, in this way we have to:
a) [tex]3.5[/tex]
b) [tex]3.33[/tex]
c) [tex]6-6\left[\begin{array}{cc}5\\6\2\end{array}\right] ^{10}[/tex]
Given that a fair die is rolled 10 times:
a) Expected value of Sum of the number in 10 rolls :
[tex]\frac{1}{6} (1+2+3+4+5+6)= \frac{21}{6} = 3.5[/tex]
b) Using the formula of the binomial that is represented by:
[tex]Y - B(n = 10, p = \frac{2}{6})[/tex]
Expected value: [tex]E(Y) = np = (10)(\frac{2}{6} ) = 3.33[/tex]
c) Looking at the 10 times the roll does, we have that it will be. Let m = total number of faces in a die that represents m = 6, as die is roll 10 times that represents n = 10. Now, Expected value:
[tex]= E(Y) = m - m \left[\begin{array}{cc}m-1\\m\\ \end{array}\right] \\= 6-6\left[\begin{array}{cc}5\\6\2\end{array}\right] ^{10}[/tex]
See more about probability at brainly.com/question/795909
Which list correctly orders A, B, and C from least to greatest when A=-8, B = |-61, and C = 11|?
d
A, B, C
C, A, B
BA, C
C, B,A
Simplify the fractions using the greatest common factor and division 4/8 =
Answer:
2/4
Step-by-step explanation:
Lydia is saving money for her vacation. So far she has $82.50. Each week she sets aside 25% of her paycheck for the vacation. After 8 weeks, Lydia has $338.50 saved for vacation. What is the amount of Lydia's weekly paycheck
Answer:
$128
Step-by-step explanation:
338.50 - 82.50 = 256
256/8= 32
25%= 1/4
4 x 32= 128
Find the value of x y and m
Answer:
x = 33
y = 66
m<BGK = 71°
Step-by-step explanation:
✔️(2x + 5) + (3x + 10) = 180° (consecutive interior angles)
Solve for x
2x + 5 + 3x + 10 = 180
Add like terms
5x + 15 = 180
5x = 180 - 15 (subtraction property of equality)
5x = 165
Divide both sides by 5
x = 33
✔️(2x + 5) = (y + 5) (alternate interior angles are congruent)
Plug in the value of x
2(33) + 5 = y + 5
66 + 5 = y + 5
71 = y + 5
71 - 5 = y
66 = y
y = 66
✔️m<BGK = (y + 5) (vertical angles)
Plug in the value of y
m<BGK = (66 + 5)
m<BGK = 71°
PLEASE HELP IM SO MUCH CONFUSED
Answer:
50/50
Step-by-step explanation:
YOU SAID “but som ppl in my class got 3/4 or 2/4
cuz it’s TWO coins that tossed”
2/4 is also half it's still 50/50
The possible outcomes when two coins are tossed together are {HH,TT,HT,TH}. Therefore, the number of possible outcomes when two coins are tossed is 4.
Now, the possible outcomes of getting exactly one head are {HT,TH}, which means the number of favourable outcome is 2.
Therefore, probability P of getting exactly one head is:
P= 4/2 = 1/2
Hence, the probability of getting exactly one head is
1/2
In short 1/2,2/4 is basically a half so getting one head is 50/50
.
Angelo's yearly salary increased from $18,575 to $21,000 What was the monthly increase? Round your answer to the nearest dollar?
Answer:
The answer is 1750 dollars more than his other yearly salary.
Step-by-step explanation:
I am super sorry if it is wrong. It might be.
can you please help me
Answer:
90 degrees
Step-by-step explanation:
A triangle equals 180
180 - 60
= 120
120 - 30
= 90
Also you can easily get the answer without doing any math because you can see the angle is a right angle
Right angles equal 90
Hope this helps dude
Swimming pool was 9 meters wide with an area of 90 square.What is the length of the pool?
Answer:
If the area is 90 square meters then, the answer is 10 meters long (length.)
Step-by-step explanation: