necesito ayuda con este problema ​

Answers

Answer 1
make sure you show us the problem next time you ask a question :)
Answer 2
Cómo le vamos ayudar si no sube una foto o escribe el problema que necesita que le ayudemos

Related Questions

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)

Answers

Answer:

Domain: (-2, -1, 0, 1)

Range: (4, 2, 0)

This is a function.

Hope that helped!

Solve this system by substitution, y = 1 -3x - 4y = 14 *Remember to write your answer as a coordinate point (x, y). 1​

Answers

Step1- substitute 1 into the y
= -3x-4 x 1=14
=-3x -4=14
=-3x=14+4
=-3x=18
X=18/-3
X=-6


Help me solve this with the steps please :/

Answers

Answer:

Option (2)

Step-by-step explanation:

By applying tangent rule in the given right triangle,

tan(42°) = [tex]\frac{\text{Opposite side}}{\text{Adjacent side}}[/tex]

tan(42°) = [tex]\frac{6}{\text{Width}}[/tex]

Width = [tex]\frac{6}{\text{tan}(42)}[/tex]

Width = 6.67

Therefore, width of the given triangle is 6.67 units.

Option (2) is the correct option.

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.

Answers

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.

Let f(x) = 2x –1 and g(x) = x2+ x –3. Which equation shows h(x), where h(x) = f(x) ∙g(x)

Answers

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.


1. 2a+b-c
A. O
B. 1
C. 3
D. 4​

Answers

Answer:

i think C correct me if im wrong pls

Step-by-step explanation:

Swimming pool was 9 meters wide with an area of 90 square.What is the length of the pool?

Answers

Answer:

If the area is 90 square meters then, the answer is 10 meters long (length.)

Step-by-step explanation:

HELP ME PLEASEEE DUE IN 2 MINS
[tex] \frac{ 1}{2 } \: \: and \: \frac{4}{5} [/tex]

Answers

Answer:

1.3 meters

Step-by-step explanation:

1/2 + 4/5 = 13/10

13/10 = 1 3/10

1 3/10 = 1.3

Pls help me bestie with this question ASAP thank you

Answers

Answer:

Its B 0.454554555

Step-by-step explanation:

it has a pattern which is repeating. So its known as rational number..

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

Answers

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

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.)

Answers

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

College tuition at UCA has increased $500 per year for the past six years. Courtney is a freshman this year and paid $10,250 for tuition. Assuming the tuition rate remains constant, write an equation to represent the tuition at Central Arkansas University in x years.
has to be answered in slope-intercept form​

Answers

abuenoopp1ñnslzdlowo

Anyone know this?
Y=-3x+4
X | Y
-4
-2
0
2

Answers

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

Answers

Circumference= pi * diameter.

Therefore,

Pi * 10=31.41592656m

I hope this helps

PLEASE HELP IM SO MUCH CONFUSED

Answers

Well your chance of have heads increase. It’s a 50/50 shot for one coin to land on head but when you add another coin your chance are doubled

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

.

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

Answers

The correct border is b a c.

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.

Answers

S = 320 + M
That’s basically it

Answer: 320

Step-by-step explanation:

what's is 12+12x7+43?​

Answers

Answer:

12x7+55

Step-by-step explanation:

Answer:

139

Step-by-step explanation:

12+43=

55

12x7=

84

84+55=

139

What are the values of s and t?

Answers

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.

Angelo's yearly salary increased from $18,575 to $21,000 What was the monthly increase? Round your answer to the nearest dollar?

Answers

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.

Please help me with just the first two questions

Answers

Fyfvnjg der hung dssecbyvb nnnhrtjnkinb

If Johnny had 20 complete living room outfits, disregard color scheme, how many different sets of five complete outfits could be arranged?

Answers

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

Decrease 60 by 0.75 of itself ​

Answers

Answer:

15

Step-by-step explanation:

(0.75 of 60)  

0.75 * 60 = 45

(decrease 60 by answer)

60 - 45 = 15

yes, 15
60 x .75 =45
60-45 =15

Simplify the fractions using the greatest common factor and division 4/8 =

Answers

Answer:

2/4

Step-by-step explanation:

lol,j,bhkgkjhkhkhkhukgiuguk

Answers

Answer:

wioajfcskaljfcksjhnfkmdesdn,k  obviously

Step-by-step explanation:

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?

Answers

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.

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​

Answers

Answer:

$128

Step-by-step explanation:

338.50 - 82.50 = 256

256/8= 32

25%= 1/4

4 x 32= 128

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?

Answers

Answer:

d is the answer of graph function

Find the value of x y and m

Answers

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°

HELLPPPPP AGAIN PLSSSSSSS COME ON MATHS

Answers

Step-by-step explanation:

according to question triangle is concurrent so two traingle= 1rectangle

so finally ans is 6×2(12+2)=168

Other Questions
Please help me asap please what Clues let us know that Evolution it's still happening today? Gave an example. A triangle with area 40 square inches has a height that is four less than six times the base. Find the base and height of the triangle 1. Why did the Founding Fathers decide to replace the Articles ofConfederation with a new constitution? Please help! (20 points)Find the values of A and B in each triangle: show your work The talented musician impressed the audience with her ___________ abilities to play instruments, direct the choir and act in the play. Group of answer choicesmanifoldspartanchurlish If twelve inches correspond to 30.48 centimeters, how many centimeters are there in thirty inches? After data is cleaned it undergoes a transformation process. Which part of that process involves settingranges and converting values into discrete values?a. Discretizationb. Aggregationc. Samplingd. Value Selection Please give me the correct answer. #6x-12x-25=-7vertexaxis of symmetry what percent of 80 is 50 Two sides of a triangle measure 20 cm and 30 cm. Which of the following could be measure of the third side. A-3cmB-6cmC-11cm Do modern performers have the freedom to interpret music of the past in ways that the original composers may not have intended? What is a frames practical purpose?In what ways can frames provide historical context about an artwork?Should we study frames in relation to the art they display? Why or Why not? A brick has a mass of 18.4 kg and a volume of 923cm squared. Evaluate the density of the brick in g/cm cubed round? A 2-cm tall object is located 10 cm in front of a concave lens that has a focal length of -20 cm. Calculate the image distance and the image size. (Describe the image) * Use the function g () = 5x 2 to complete the table.-4-702338How do I get the answer? Signage is an example of ambience. The least polar bond is found in a molecule of hi hf hcl hbr what did nomad do??????