find the two intersection points

(x+1)^2 +(y+2)^2 = 16

3x+ 4y = 1
Show your steps please

Answers

Answer 1

Answer:

Our two intersection points are:

[tex]\displaystyle (3, -2) \text{ and } \left(-\frac{53}{25}, \frac{46}{25}\right)[/tex]

Step-by-step explanation:

We want to find where the two graphs given by the equations:

[tex]\displaystyle (x+1)^2+(y+2)^2 = 16\text{ and } 3x+4y=1[/tex]

Intersect.

When they intersect, their x- and y-values are equivalent. So, we can solve one equation for y and substitute it into the other and solve for x.

Since the linear equation is easier to solve, solve it for y:

[tex]\displaystyle y = -\frac{3}{4} x + \frac{1}{4}[/tex]

Substitute this into the first equation:

[tex]\displaystyle (x+1)^2 + \left(\left(-\frac{3}{4}x + \frac{1}{4}\right) +2\right)^2 = 16[/tex]

Simplify:

[tex]\displaystyle (x+1)^2 + \left(-\frac{3}{4} x + \frac{9}{4}\right)^2 = 16[/tex]

Square. We can use the perfect square trinomial pattern:

[tex]\displaystyle \underbrace{(x^2 + 2x+1)}_{(a+b)^2=a^2+2ab+b^2} + \underbrace{\left(\frac{9}{16}x^2-\frac{27}{8}x+\frac{81}{16}\right)}_{(a+b)^2=a^2+2ab+b^2} = 16[/tex]

Multiply both sides by 16:

[tex](16x^2+32x+16)+(9x^2-54x+81) = 256[/tex]

Combine like terms:

[tex]25x^2+-22x+97=256[/tex]

Isolate the equation:

[tex]\displaystyle 25x^2 - 22x -159=0[/tex]

We can use the quadratic formula:

[tex]\displaystyle x = \frac{-b\pm\sqrt{b^2-4ac}}{2a}[/tex]

In this case, a = 25, b = -22, and c = -159. Substitute:

[tex]\displaystyle x = \frac{-(-22)\pm\sqrt{(-22)^2-4(25)(-159)}}{2(25)}[/tex]

Evaluate:

[tex]\displaystyle \begin{aligned} x &= \frac{22\pm\sqrt{16384}}{50} \\ \\ &= \frac{22\pm 128}{50}\\ \\ &=\frac{11\pm 64}{25}\end{aligned}[/tex]

Hence, our two solutions are:

[tex]\displaystyle x_1 = \frac{11+64}{25} = 3\text{ and } x_2 = \frac{11-64}{25} =-\frac{53}{25}[/tex]

We have our two x-coordinates.

To find the y-coordinates, we can simply substitute it into the linear equation and evaluate. Thus:

[tex]\displaystyle y_1 = -\frac{3}{4}(3)+\frac{1}{4} = -2[/tex]

And:

[tex]\displaystyle y _2 = -\frac{3}{4}\left(-\frac{53}{25}\right) +\frac{1}{4} = \frac{46}{25}[/tex]

Thus, our two intersection points are:

[tex]\displaystyle (3, -2) \text{ and } \left(-\frac{53}{25}, \frac{46}{25}\right)[/tex]


Related Questions

It is estimated that 75% of all young adults between the ages of 18-35 do not have a landline in their homes and only use a cell phone at home.
(a) On average, how many young adults do not own a landline in a random sample of 100?
(b) What is the standard deviation of probability of young adults who do not own a landline in a simple random sample of 100?
(c) What is the proportion of young adults who do not own a landline?
(d) What is the probability that no one in a simple random sample of 100 young adults owns a landline?
(e) What is the probability that everyone in a simple random sample of 100 young adults owns a landline?
(f) What is the distribution of the number of young adults in a sample of 100 who do not own a landline?
(g) What is the probability that exactly half the young adults in a simple random sample of 100 do not own a landline?

Answers

Answer:

a) 75

b) 4.33

c) 0.75

d) [tex]3.2 \times 10^{-13}[/tex] probability that no one in a simple random sample of 100 young adults owns a landline

e) [tex]6.2 \times 10^{-61}[/tex] probability that everyone in a simple random sample of 100 young adults owns a landline.

f) Binomial, with [tex]n = 100, p = 0.75[/tex]

g) [tex]4.5 \times 10^{-8}[/tex] probability that exactly half the young adults in a simple random sample of 100 do not own a landline.

Step-by-step explanation:

For each young adult, there are only two possible outcomes. Either they do not own a landline, or they do. The probability of an young adult not having a landline is independent of any other adult, which means that the binomial probability distribution is used to solve this question.

Binomial probability 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 expected value of the binomial distribution is:

[tex]E(X) = np[/tex]

The standard deviation of the binomial distribution is:

[tex]\sqrt{V(X)} = \sqrt{np(1-p)}[/tex]

75% of all young adults between the ages of 18-35 do not have a landline in their homes and only use a cell phone at home.

This means that [tex]p = 0.75[/tex]

(a) On average, how many young adults do not own a landline in a random sample of 100?

Sample of 100, so [tex]n = 100[/tex]

[tex]E(X) = np = 100(0.75) = 75[/tex]

(b) What is the standard deviation of probability of young adults who do not own a landline in a simple random sample of 100?

[tex]\sqrt{V(X)} = \sqrt{np(1-p)} = \sqrt{100(0.75)(0.25)} = 4.33[/tex]

(c) What is the proportion of young adults who do not own a landline?

The estimation, of 75% = 0.75.

(d) What is the probability that no one in a simple random sample of 100 young adults owns a landline?

This is P(X = 100), that is, all do not own. So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 100) = C_{100,100}.(0.75)^{100}.(0.25)^{0} = 3.2 \times 10^{-13}[/tex]

[tex]3.2 \times 10^{-13}[/tex] probability that no one in a simple random sample of 100 young adults owns a landline.

(e) What is the probability that everyone in a simple random sample of 100 young adults owns a landline?

This is P(X = 0), that is, all own. So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{100,0}.(0.75)^{0}.(0.25)^{100} = 6.2 \times 10^{-61}[/tex]

[tex]6.2 \times 10^{-61}[/tex] probability that everyone in a simple random sample of 100 young adults owns a landline.

(f) What is the distribution of the number of young adults in a sample of 100 who do not own a landline?

Binomial, with [tex]n = 100, p = 0.75[/tex]

(g) What is the probability that exactly half the young adults in a simple random sample of 100 do not own a landline?

This is P(X = 50). So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 50) = C_{100,50}.(0.75)^{50}.(0.25)^{50} = 4.5 \times 10^{-8}[/tex]

[tex]4.5 \times 10^{-8}[/tex] probability that exactly half the young adults in a simple random sample of 100 do not own a landline.

The sum of three numbers is 124
The first number is 10 more than the third.
The second number is 4 times the third. What are the numbers?

Answers

Answer:

182/3,3 8/3, 152/3

Step-by-step explanation:

a+b+c=124

a trừ c=  10

4b=c

Answer:

a=29,b=79,c=19

Step-by-step explanation:

a=c+10

b=4c

=> a+b+c=c+10+4c+c=124

=> c=19

=> a= 29, b=79


[tex] \frac{3x - 2}{7} - \frac{5x - 8}{4} = \frac{1}{14} [/tex]

Answers

Answer:

[tex]x=2[/tex]

Step-by-step explanation:

[tex]\frac{3x-2}{7}-\frac{5x-8}{4}=\frac{1}{14}[/tex]

In order to factor an integer, we need to divide it by the ascending sequence of primes 2, 3, 5.

The number of times that each prime divides the original integer becomes its exponent in the final result.

In here,  Prime number 2 to the power of 2 equals 4.

[tex]\frac{3x-2}{7}-\frac{5x-8}{2^{2} }=\frac{1}{14}[/tex]

First, We need to add fractions-

Rule:-

[tex]\frac{A}{B} +\frac{C}{D} =\frac{\frac{LCD}{B}+\frac{LCD}{D}C }{LCD}[/tex]

LCD = [tex]7 \cdot 2^{2}[/tex]

[tex]\frac{4(3x-2)+7(-(5x-8))}{7*2^{2} } =\frac{1}{14}[/tex]

[tex]x=2[/tex]

OAmalOHopeO

In an assembly-line production of industrial robots, gearbox assemblies can be installed in one minute each if holes have been properly drilled in the boxes and in ten minutes if the holes must be redrilled. Twenty-four gearboxes are in stock, 6 with improperly drilled holes. Five gearboxes must be selected from the 24 that are available for installation in the next five robots. (Round your answers to four decimal places.) (a) Find the probability that all 5 gearboxes will fit properly. (b) Find the mean, variance, and standard deviation of the time it takes to install these 5 gearboxes.

Answers

Answer:

The right answer is:

(a) 0.1456

(b) 18.125, 69.1202, 8.3139

Step-by-step explanation:

Given:

N = 24

n = 5

r = 7

The improperly drilled gearboxes "X".

then,

⇒ [tex]P(X) = \frac{\binom{7}{x} \binom {17}{5-x}}{\binom{24}{5}}[/tex]

(a)

P (all gearboxes fit properly) = [tex]P(x=0)[/tex]

                                               = [tex]\frac{\binom{7}{0} \binom{17}{5}}{\binom{24}{5}}[/tex]

                                               = [tex]0.1456[/tex]

(b)

According to the question,

[tex]X = 91+5[/tex]

Mean will be:

⇒ [tex]\mu = E(x)[/tex]

       [tex]=E(91+5)[/tex]

       [tex]=9E(1)+5[/tex]

       [tex]=9.\frac{nr}{N}+5[/tex]

       [tex]=9.\frac{5.7}{24} +5[/tex]

       [tex]=18.125[/tex]

Variance will be:

⇒ [tex]\sigma^2=Var(X)[/tex]

         [tex]=V(9Y+5)[/tex]

         [tex]=81.V(Y)[/tex]

         [tex]=81.n.\frac{r}{N}.\frac{N-r}{N}.\frac{N-n}{N-1}[/tex]

         [tex]=81.5.\frac{7}{24}.\frac{24-7}{24}.\frac{24-5}{24-1}[/tex]

         [tex]=69.1202[/tex]

Standard deviation will be:

⇒ [tex]\sigma = \sqrt{69.1202}[/tex]

       [tex]=8.3139[/tex]      

A telescope contains both a parabolic mirror and a hyperbolic mirror. They share focus ​, which is 46feet above the vertex of the parabola. The​ hyperbola's second focus is 6 ft above the​ parabola's vertex. The vertex of the hyperbolic mirror is 3 ft below . Find the equation of the hyperbola if the center is at the origin of a coordinate system and the foci are on the​ y-axis. Complete the equation.

Answers

the center is at the origin of a coordinate system and the foci are on the y-axis, then the foci are symmetric about the origin.

The hyperbola focus F1 is 46 feet above the vertex of the parabola and the hyperbola focus F2 is 6 ft above the parabola's vertex. Then the distance F1F2 is 46-6=40 ft.

In terms of hyperbola, F1F2=2c, c=20.

The vertex of the hyperba is 2 ft below focus F1, then in terms of hyperbola c-a=2 and a=c-2=18 ft.

Use formula c^2=a^2+b^2c

2

=a

2

+b

2

to find b:

\begin{gathered} (20)^2=(18)^2+b^2,\\ b^2=400-324=76 \end{gathered}

(20)

2

=(18)

2

+b

2

,

b

2

=400−324=76

.

The branches of hyperbola go in y-direction, so the equation of hyperbola is

\dfrac{y^2}{b^2}- \dfrac{x^2}{a^2}=1

b

2

y

2

a

2

x

2

=1 .

Substitute a and b:

\dfrac{y^2}{76}- \dfrac{x^2}{324}=1

76

y

2

324

x

2

=1 .

Team A scored 30 points less than four times the number of points that Team B scored. Team C scored 61 points more than half of the number of points that Team B scored. If Team A and Team C shared in the victory, having earned the same number of points, how many more points did each team have than Team B?

Answers

Answer:

team a and team c scored 74 points which is 48 points more than team b, scoring 26 points.

Step-by-step explanation:

help pls! I need the answer quickly and pls explain. thank you!

Answers

Answer:

h = 6[tex]\sqrt{3}[/tex]

Step-by-step explanation:

The given is the special right triangle with angle measures : 90-60-30

and the side lengths for the given angles are represented by :

2a-a[tex]\sqrt{3}[/tex]-a

the side length that sees 60 degrees is represented by a[tex]\sqrt{3}[/tex] (h in this case)

the area of a triangle is calculated by multiplying height and base and that is divided by 2

a[tex]\sqrt{3}[/tex]*a/2 = 18[tex]\sqrt{3}[/tex] multiply both sides by 2

a^2[tex]\sqrt{3}[/tex] = 36[tex]\sqrt{3}[/tex] divide both sides by [tex]\sqrt{3}[/tex]

a^2 = 36 find the roots for both sides

a = 6

since h sees angle measure 60 and is represented by a[tex]\sqrt{3}[/tex]

h = 6[tex]\sqrt{3}[/tex]

The weekly amount of money spent on maintenance and repairs by a company was observed, over a long period of time, to be approximately normally distributed with mean $440 and standard deviation $20. How much should be budgeted for weekly repairs and maintenance so that the probability the budgeted amount will be exceeded in a given week is only 0.1

Answers

Answer:

$465.6 should be budgeted.

Step-by-step explanation:

Normal Probability Distribution

Problems of normal distributions can be solved using the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score of a measure X is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the p-value, we get the probability that the value of the measure is greater than X.

Normally distributed with mean $440 and standard deviation $20.

This means that [tex]\mu = 440, \sigma = 20[/tex]

How much should be budgeted for weekly repairs and maintenance so that the probability the budgeted amount will be exceeded in a given week is only 0.1?

The 100 - 10 = 90th percentile should be budgeted, which is X when Z has a p-value of 0.9, so X when Z = 1.28. Then

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

[tex]1.28 = \frac{X - 440}{20}[/tex]

[tex]X - 440 = 1.28*20[/tex]

[tex]X = 465.6[/tex]

$465.6 should be budgeted.

Suppose that 22 inches of wire costs 66 cents.
At the same rate, how much (in cents) will 17 inches of wire cost?
cents
Х
?

Answers

Answer:

51 cents for 17 inches of wire

Step-by-step explanation:

22 = 66

17 = x

22x = 66 * 17

22x = 1122

x = 51 cents

or

22 inches costs 66 cents

1 inch costs 3  cents (66 / 22 = 3  cents)

17 inches costs 51  cents (17 * 3 = 51 cents)

Given f(x) = 4x - 3 and g(x) = 9x + 2, solve for (f + g)(x).

Answers

f(x)=4x-3g(x)=9x+2

[tex]\\ \sf\longmapsto (f+g)(x)[/tex]

[tex]\\ \sf\longmapsto f(x)+g(x)[/tex]

[tex]\\ \sf\longmapsto 4x-3+9x+2[/tex]

[tex]\\ \sf\longmapsto 4x+9x-3+2[/tex]

[tex]\\ \sf\longmapsto 13x-1[/tex]

Answer:

13x - 1

Step-by-step explanation:

f(x) + g(x) = 4x - 3 + 9x + 2

f(x) + g(x) = 4x+9x + 2 - 3

f(x) + g(x) = 13x - 1

How many square inches of sheet metal are used to make the vent transition​ shown? (The ends are​ open.)

Answers

Answer:

Area of the metal sheet required = 364 square inches

Step-by-step explanation:

Area of the metal sheet required = Surface area of the lateral sides of the vent transition

Since, lateral sides of the vent is in the shape of a trapezoid,

Therefore, surface area of the vent = 4(Surface area of one lateral side)

                                                           = [tex]4[\frac{1}{2}(b_1+b_2)h][/tex]

Here, [tex]b_1[/tex] and [tex]b_2[/tex] are two parallel sides and [tex]h[/tex] is the distance between these parallel sides.

Surface area of the vent = [tex]4[\frac{1}{2}(8+5)14][/tex]

                                         = 364 square inches

Therefore, area of the metal sheet required = 364 square inches

The domain for all variables in the expressions below is the set of real numbers. Determine whether each statement is true or false.(i)∀x ∃y(x+y≥0)

Answers

The domain of a set is the possible input values the set can take.

It is true that the domain of ∀x ∃y(x+y≥0) is the set of real numbers

Given that: ∀x ∃y(x+y≥0)

Considering x+y ≥ 0, it means that the values of x + y are at least 0.

Make y the subject in x+y ≥ 0

So, we have:

[tex]\mathbf{y \le -x}[/tex]

There is no restriction as to the possible values of x.

This means that x can take any real number.

Hence, it is true that the domain of ∀x ∃y(x+y≥0) is the set of real numbers.

Read more about domain at:

https://brainly.com/question/15110684

At which values of x does the function Fx) have a vertical asymptote? Check
all that apply.
F(x) =
2/3x(x - 1)(x + 5)
I A. -1
B. 2
C. 1
D. -5
E. 0
F. 3

Answers

9514 1404 393

Answer:

  C, D, E

Step-by-step explanation:

Vertical asymptotes are found where the denominator is zero. The denominator will be zero when any of its factors is zero. Then the vertical asymptotes are ...

  x = 0   ⇒   x = 0 . . . . . . choice E

  x -1 = 0   ⇒   x = 1 . . . . . choice C

  x +5 = 0   ⇒   x = -5 . . . choice D

How is the graph of y=(x-1)2-3 transformed to produce the graph of y-3(x+4)??
The graph is translated left 5 units, compressed vertically by a factor of 2, and translated up 3 units.
The graph is stretched vertically by a factor of Ź, translated left 5 units, and translated up 3 units.
O The graph is translated left 5 units, compressed horizontally by a factor of 3, and translated down 3 units.
O The graph is stretched horizontally by a factor of Ž, translated left 5 units, and translated down 3 units.

Answers

Step-by-step explanation:

How is the graph of y=(x-1)2-3 transformed to produce the graph of y-3(x+4)??

The graph is translated left 5 units, compressed vertically by a factor of 2, and translated up 3 units.

The graph is stretched vertically by a factor of Ź, translated left 5 units, and translated up 3 units.

O The graph is translated left 5 units, compressed horizontally by a factor of 3, and translated down 3 units.

O The graph is stretched horizontally by a factor of Ž, translated left 5 units, and translated down 3 units.

Answer:

B. The graph is stretched vertically by a factor of One-half, translated left 5 units, and translated up 3 units.

Step-by-step explanation:

just did the test

La'Vonn rolled a die 100 times. His results are below. What is the relative frequency for La'Vonn rolling a 3?

Answers

What type of die 6 side or 12 side

Answer:

.15

Step-by-step explanation:

what is 92 Times 37

Answers

Answer:

3404

Step-by-step explanation:

92 x 37 = 3404

Which of the following theorems verifies that abc wxy

Answers

Answer:

C.    AA

Step-by-step explanation:

Since m<Y = 27°, then m<W = 27°.

We have two angles of one triangle (A and B) congruent to two angles of the other triangle (W and X).

Answer: C.   AA

If carpet costs $24.61 per square yard and is available in whole square yards only, find the cost of carpeting the three bedroom floors in the accompanying floor plan.

Answers

Answer:

Step-by-step explanation:

The area of each bedroom is the product of its length and width.

  Bdrm 1 area = (14 ft)×(14 ft) = 196 ft²

  Bdrm 2 area = (11 ft)×(12 ft) = 132 ft²

  Bdrm 3 area = (12 ft)×(11 ft) = 132 ft²

Then the total area of carpet needed is ...

  196 ft² +132 ft² +132 ft² = 460 ft²

There are 9 ft² in each square yard, so the number of square yards needed is ...

  (460 ft²)/(9 ft²/yd²) = 51.11... yd²

Since we can only obtain whole square yards, 52 square yards are needed. The cost of that will be ...

  (52 yd²)×($24.61/yd²) = $1279.72

The cost of carpeting for the three bedrooms will be $1279.72.

To compare the teaching methodologies of two of its eighth-grade math teachers, a school decides to compare student test scores from the two classes throughout the year.

Which type of statistical study is the school conducting?

a) Matched-pair design study
b) Meta-analysis
c) Retrospective observational study
d) Prospective observational study

Answers

Answer:

D) Prospective observational study

Step-by-step explanation:

A study which gathers data moving forward is called a prospective study.  Since the data is gathered on students without controlling the setting moving forward, it is a prospective observational design.

U (24 win Q7 A gardener needs to order fertiliser for a piece of land. The piece of land is a square with sides measuring 8 metres. This formula shows how many grams of fertiliser she needs. grams of fertiliser needed = length in metres x width in metres x 25 The supplier sells these bags of fertiliser. 10K 5kg 2kg 1kg 1 kilogram 2 kilograms 5 kilograms 10 kilograms Which bag of fertiliser should the gardener order? Include figures to explain your answer. Show all your working.​

Answers

Answer:

first: there is a problem in the question in de mentioned quantity u mentioned 10k instead of (10kg).

Step-by-step explanation:

add all your 1uantity afteru divide by 8

Answer:

one fertilizer bag from weight of two kilograms

Step-by-step explanation:

Grams of fertilizer needed = Length in meters * Width in meters * 25

                                            = 8 * 8 * 25

                                            = 1600 grams

Kilograms of fertilizer needed = 1600 / 1000

                                                 = 1.6 kilograms

Therefore, gardener can order 1 fertilizer bag with weight of 2kilpgrams.

guys pls tell me this answer as soon as possible​

Answers

que es un cuadrilatero

Two professional gamers subscribe to twitch streamers. Jonah has 430$ saved up, and spends 45$ a month on
subscriptions. Rodrick has 310$ saved up, and spends 25$ a month on subscriptions.
A) Create an equation that can be used to find m, the number of months it will take for both gamers to have the
same amount of money left?
B) After how many months will the gamers have the same amount of money?

Answers

Answer:

A) [tex]430-45m = 310-25m[/tex]

B) 6 months

Step-by-step explanation:

A) for Jonah, the equation would be [tex]430-45m[/tex]

Because the money is being spent on the subs, you subtract that from his original savings.

The same thing is said for Rodrick, but his equation would be [tex]310-25m[/tex]

to find out the number of months it will take for both gamers to have the

same amount of money left, you set their equations equal to each other:

[tex]430-45m = 310-25m[/tex]

B) you solve for m.

[tex]430-45m = 310-25m[/tex]

first by subtracting 310 on both sides to get:

[tex]430-310-45m=-25m[/tex]

[tex]120-45m=-25m[/tex]

then add 45m on both sides because we cant have negative months

[tex]120=-25m+45m[/tex]

[tex]120=20m[/tex]

divide by 20 on both sides to get the number of months

[tex]\frac{120}{20} =\frac{20m}{20}[/tex]

[tex]m=6[/tex]

please help solve for y!

Answers

As both angles are supplementary

[tex]\\ \Large\sf\longmapsto 3x+(2x+3y)=180°[/tex]

[tex]\\ \Large\sf\longmapsto 3x+2x+3y=180[/tex]

[tex]\\ \Large\sf\longmapsto 5x+3y=180[/tex]

[tex]\\ \Large\sf\longmapsto 3y=180-5x[/tex]

[tex]\\ \Large\sf\longmapsto y=\dfrac{180-5x}{3}[/tex]

And

[tex]\\ \Large\sf\longmapsto 3x=90[/tex]

[tex]\\ \Large\sf\longmapsto x=\dfrac{90}{3}[/tex]

[tex]\\ \Large\sf\longmapsto x=30[/tex]

Now

Putting value

[tex]\\ \Large\sf\longmapsto y=\dfrac{180-5x}{3}[/tex]

[tex]\\ \Large\sf\longmapsto y=\dfrac{180-5(30)}{3}[/tex]

[tex]\\ \Large\sf\longmapsto y=\dfrac{180-150}{3}[/tex]

[tex]\\ \Large\sf\longmapsto y=\dfrac{30}{3}[/tex]

[tex]\\ \Large\sf\longmapsto y=10[/tex]

a word problem on proportions using a unit rate
Lashonda made $273 for 13 hours of work.
At the same rate, how many hours would she have to work to make $231?
hours
Х
?

Answers

eleven hours -  11 hours

She would have to work 11 hours to make $231.

Step 1: 273/13 = 21
So, x equals 21

Step 2: 231/21 = 11

Put the following equation of a line into slope-intercept form, simplifying all
fractions.
3x + 6y = -42

Answers

Answer:

y = -1/2x -7

Step-by-step explanation:

3x + 6y = -42

Slope intercept form is

y = mx+b where m is the slope and b is the y intercept

Subtract 3x from each side

3x-3x+6y = -3x-42

6y = -3x-42

Divide each side by 6

6y/6 = -3x/6 - 42/6

y = -1/2x -7

What is the Square root of 30 ,12,36

Answers

Answer:

the square root of:

30: 5.477225575

12: 3.464101615

36: 6 <-- explanation of square root: any number that when multiplied by itself equals your wanted number (in this case 36) will be the square root of your wanted number.

Which improper fraction is equivalent to 17.8?

89/10

93/10

89/5

Answers

Answer:

17.8.

Step-by-step explanation:

89/5

= 17 4/5

= 17.8.

The correct improper fraction which is equivalent to 17.8 is,

⇒ 17.8 = 89 / 5

What is Rational number?

A number which can be written in the form of fraction p / q , where q is non zero, are called Rational numbers.

We have to given that;

The number is,

⇒ 17.8

Now,

We can simplify the number as;

⇒ 17.8

⇒ 178 /10

⇒ 89 / 5

Therefore, The correct improper fraction which is equivalent to 17.8 is,

⇒ 17.8 = 89 / 5

Learn more about the rational numbers visit:

https://brainly.com/question/12088221

#SPJ3

How many unit cubes are on each layer of the cube?

6
3
12
9

Answers

Answer:

6

Step-by-step explanation:

Remember: Each layer has 6 cubes. Step 3 Count the cubes. cubes Multiply the base and the height to check your answer. So, the volume of Jorge's rectangular prism is cubic centimeters. if wrong very sorry

Answer:

9

Step-by-step explanation:

took the test

Suppose you have 3 bags. Two of them contain a single $10 bill, and the third contains a single $5 bill. Suppose you pick one of these bags uniformly at random. You then add a $5 bill to the bag, so it now contains two bills. The bag is shaken, and you randomly draw a bill from the bag without looking into the bag. Suppose it turns out to be a $5 bill. If a you draw the remaining bill from the bag, what is the probability that it, too, is a $5 bill

Answers

Answer:

1/2

Step-by-step explanation:

Number of bags = 3

number of bags with $10 bill initially = 2

number of bags with $5 bill initially = 1

assume :

event you pick a $5 bill at first draw = A

event you pick a $5 bill at second draw = B

hence : P ( A n B ) = 1/3 * 1 = 1/3

P( A ) = ( 1/3 * 1 ) + ( 1/3 * 1/2 + 1/3 * 1/2 )  = 2/3

therefore P( that the second drawn bill is $5 )

P( B | A ) = P(A n B ) / P ( A )

              = (1/3) / (2/3) = 1/2

The probability that it, too, is a $ 5 bill is 33.33%.

Since you have 3 bags, and two of them contain a single $ 10 bill, and the third contains a single $ 5 bill, supposing you pick one of these bags uniformly at random and you then add a $ 5 bill to the bag, so it now contains two bills, and the bag is shaken, and you randomly draw a bill from the bag without looking into the bag, supposing it turns out to be a $ 5 bill, if a you draw the remaining bill from the bag, to determine what is the probability that it, too, is a $ 5 bill, the following calculation must be performed:

3 bags = 2 with a 10 bill and 1 with a 5 bill 1/3 = 0.3333 0.3333 x 100 = 33.33

Therefore, the probability that it, too, is a $ 5 bill is 33.33%.

Learn more in https://brainly.com/question/13243988

Which box holds more popcorn?

Answers

Answer:

Amanda's popcorn container holds more popcorn

Step-by-step explanation:

First we'll have to find the volume.

The Volume helps us determine which is bigger.

Step 1

We'll find Amanda's popcorn container

10cm*10cm*13.5cm=1350cm

Step 2

We'll find Mary's popcorn container

8cm*8cm*20cm=320cm

Step 3

Since Amanda's popcorn container has 1350cm (volume) and Mary's popcorn container has 320cm (volume) we'll have this. 1350cm>320cm. We can determine the Amanda's popcorn container has holds more,

Final Answer

Amanda's popcorn container holds more popcorn

Other Questions
PLEASE HEP ME PLEASE HELP AND BE CORRECT BEFORE ANSWERING Find the equation of the line through the points (-5,11) and (2,-3)y= Why is page 1 of the story the importance of being earnest important? Team sports develop a person's social health through learning to respect members of the opposite team.Please select the best answer from the choices providedTF ahmed is sitting on a dock watching a float plane in a harbour. At a certain time, the plane is 350 m above the water and 470 m from Ahmed. Determine the angle of elevation of the plane measured from Ahmed, to the nearest degree 5. A beam of photons with a minimum energy of 222 kJ/mol can eject electrons from a potassium surface. Estimate the range of wavelengths of light that can be used to cause this phenomenon. Show your calculations with units of measure (dimensional analysis) and briefly explain your reasoning. What is the minimum perimeter of a rectangle with an area of 625 mm^2Question 2 options:100 mm125 mm156.25 mm312.5 mmShow your work: Question 2 of 10What is the length of MN?M4xx + 3250"50NA. 4oB. 1C. 7D. 8 SOMEONE, PLEASE HELP, 35 POINTS TO WHOEVER CAN HELP.Instructions: Your own recipe. using imperative formal commands, tell your mom how to make your favorite recipe. Use the image to help with this assignment. Pauls Pizza Parlor bakes pizza pies according to Q = 3 L 0.3 L 2. If labor costs $6 and pizza sells for $10, the optimal amount of labor is: What is the midpoint of AB?AF GHIB+-9 -8 -7 -6 -5 -4 -3 -2 -1 0 1 2 33 4 5 6 75 6 7 8 9++point Fpoint Gpoint HO point Analyze the diagram below and complete the instructions that follow.Quadrilateral LMNO is a rectangle. Find MN.A.7B.10C.18D.27 What is the area of trapezoid DEFG with coordinates D (4, 3), E (4, 0), F (2, 1), and G (2, 3)?10 square units5 square units3 square units2 square units Which is the best definition of federalism? using trig solve for the missing angle Sodium and chlorine combine to form table salt.2Na(s) + Cl2(g) 2NaCl(s)Does this reaction obey the law of conservation of mass? Successful readers ask themselves what is happening, why it is happening, and what it means, even though they do not always have the answers. what is government and why is it important? Which expression is equivalent to8x^7y^8? Assume x>0. The ___ in an experiment is the factor that is beingchanged, or tested.- control group- dependent variable- independent variable- constant