Huilans age is three times Thomas age The sum of their ages is 76 what is Thomas age

Answers

Answer 1

Answer:

let x be thomas age

3x for huilans age since huilans age is 3 time thomas age

both of their ages add to 76

ie. x + 3x =76

solve for x

4x = 76

x = 76 ÷ 4

x = 19. thomas age

to get huilans age : take 19 × 3 = 57


Related Questions

The graph shows the velocity f(t) of a runner during a certain time interval:

Graph of line segment going through ordered pairs 0, 2 and 6, 8. Graph of another line segment going through ordered pairs 6, 8 and 8, 0. Label on the x axis is time in seconds, and label on the y axis is velocity in meters per second.

Which of the following describes the intercepts on the graph?

The initial velocity of the runner was 8 m/s, and the runner stopped after 2 seconds.
The initial velocity of the runner was 2 m/s, and the runner stopped after 8 seconds.
The initial acceleration of the runner was 8 m/s2, and the runner stopped after 2 seconds.
The initial acceleration of the runner was 2 m/s2, and the runner stopped after 8 seconds.

Answers

Answer:

Option B

Step-by-step explanation:

(0,2)(6,8)(8,0)

Slope

m=8-2/6m=6/6=1

And

m=0-8/8-6m=-8/2m=-4

These are acceleration

Y intercept is (0,2) as x coordinate is 0

This is initial velocity 2m/s

The runner stopped at 8s

The graph of a function f is shown below.
Find f(-2) and find one value of x for which f(x)=-1.

Answers

Answer:

f(-2) = 3, f(0, -3) = -1

NO LINKS!!! Please help me with this problem

n=3
-2 and 7 + 4i are zeroes;
f(1)= 156

f(x)=
(type an expression using x as the variable. simplify your answer)​

Answers

Answer:

[tex]f(x)=x^3-12x^2+37x+130[/tex]

Step-by-step explanation:

So I'm assuming when you provided n=3, that means the degree is 3? So the first thing to know, is you can express a polynomial using it's factors as: [tex]f(x)=a(x\pm b)(x\pm b)(x\pm c)[/tex] where the sign of each factor depends on the sign of the factor... the point is it can be either. Notice the a? This usually will determine the stretch/compression of the polynomial, since sometimes the factors will have a coefficient for the x, but in this case I'm assuming all the coefficients of x are 1. So the next thing that is vital to know is that imaginary solutions come in conjugates. This means that if you have a zero at: [tex]a-bi \text{ then }a+bi \text{ is also a zero}[/tex]. So this means you have the 3 zeroes at x=-2, x=7+4i, x=7-4i. These are all the zeroes of the polynomial, since the Fundamental Theorem of Algebra states that a polynomial with degree n will have n solutions, which can be complex or real.

So the factor isn't going to be written as (x-2), it's going to be (x+2) since when you plug in -2 as x, it makes x+2 equal to 0.

The same thing applies for the two imaginary factors, so you're going to have the other two factors as (x-(7+4i)) and (x-(7-4i). You can instead think of it as ((x-7)+4i) and ((x-7)-4i) and you can use the difference of squares identity: [tex](a-b)(a+b)=a^2-b^2[/tex] where in this case a=x-7 and b=4i

So this gives you the equation: [tex]((x-7)-4i)((x-7)+4i) = (x-7)^2-(4i)^2[/tex]

Which becomes: [tex](x^2-14x+49)-16(-1) = x^2-14x+49+16 = x^2-14x+65[/tex]

So this gives us one of the factors: [tex]x^2-14x+65[/tex]

Now plug this in with the other factor and we get the equation:

[tex]f(x) = a(x+2)(x^2-14x+65)[/tex]

Now plug in 1 as x and make f(x) = 156, to solve for a

[tex]156=a(1+2)(1^2-14(1)+65)\\156=a(3)(1-14+65)\\156=a(3)(52)\\156=152a\\a=1[/tex]

So in this case, a=1, so that last step wasn't necessary, although I would check each time just in case a =/= 1.

Original equation

[tex]f(x) = (x+2)(x^2-14x+65)[/tex]

Multiply

[tex]f(x)=(x^3-14x^2+65x)+(2x^2-28x+130)\\[/tex]

Combine like terms:
[tex]f(x)=x^3+(-14x^2+2x^2)+(65x-28x)+130[/tex]

add like terms:

[tex]f(x)=x^3-12x^2+37x+130[/tex]

Answer:

[tex]f(x)=x^3-12x^2+37x+130[/tex]

Step-by-step explanation:

Complex Conjugate Theorem

For a polynomial p(x) with real coefficients, the complex zeros occur in conjugate pairs.  So if (a + bi) is a zero, then its conjugate (a - bi) is also a zero.

Given zeros:

-2 and (7 + 4i)

As one of the given zeros is a complex number, (7 - 4i) is also a zero.

Write each zero as part of a factor and multiply them together, adding a leading coefficient [tex]a[/tex]:

[tex]\begin{aligned}f(x) & = a(x+2)(x-(7+4i))(x-(7-4i))\\& = a(x+2)(x-7-4i)(x-7+4i)\\& = a(x+2)(x^2-7x+4ix-7x+49-28i-4ix+28i-16i^2)\\& = a(x+2)(x^2-14x+49-16i^2)\end{aligned}[/tex]

Remember that [tex]i^2=-1[/tex], therefore:

[tex]\begin{aligned}f(x) & = a(x+2)(x^2-14x+49-16(-1))\\& = a(x+2)(x^2-14x+49+16)\\& = a(x+2)(x^2-14x+65)\end{aligned}[/tex]

To find the value of the leading coefficient (a), use the given [tex]f(1)=156[/tex] :

[tex]\begin{aligned}f(1) & = 156\\\implies a(1+2)(1^2-14(1)+65) & = 156\\a(3)(52) & = 156\\156a & = 156\\\implies a & = 1\end{aligned}[/tex]

Therefore, the polynomial in factored form is:

[tex]f(x)=(x+2)(x^2-14x+65)[/tex]

Finally, expand the brackets:

[tex]\begin{aligned}f(x) & =(x+2)(x^2-14x+65)\\& = x^3-14x^2+65x+2x^2-28x+130\\& = x^3-14x^2+2x^2+65x-28x+130\\& = x^3-12x^2+37x+130\end{aligned}[/tex]

Learn more about complex numbers here:

https://brainly.com/question/26344541

https://brainly.com/question/28032896

In the diagram, the length of segment VS is 39 units.
T
6x-3
R
56
S
3x + 4
2x + 5
What is the length of segment TV?
O14 units
19 units
38 units
50 units

Answers

The measure of TV from the figure is 38 units

Properties of a kite?

The given diagram in question is a kite. From the figure, the expression below is true;

6x - 3 = 39

Determine x

6x = 42

x= 7

TV = 2(2x+5)

TV = 2(2(7)+5)

TV = 2(19)

TV = 38 units

Hence the measure of TV from the figure is 38 units

Learn more on kite here: https://brainly.com/question/23279609

#SPJ1

Dante has scored 30, 18, and 28 points in his three basketball games so far. How many points does he need to score in his next game so that his average (mean) is 26 points per game

Answers

Answer:

28

Step-by-step explanation:

Givens

Game 1: 30

Game 2: 18

Game 3: 28

Game 4: x

Solution

(30 + 18 + 28 + x) / 4 = 26                 Multiply both sides by 4

4* (30 + 18 + 28 + x) / 4 = 26 * 4       The 4s on the left cancel

30 + 18 + 28 + x = 104                       Add the 3 other numbers together

76 + x = 104                                       Subtract 76 from both sides.

76-76+x = 104-76                              The 76s on the left disappear.

x = 28

Answer

in the next game he must score 28 points to average 26

I don’t know8838 .873

Complete the equation of the line through ( − 10 , − 7 ) (−10,−7)left parenthesis, minus, 10, comma, minus, 7, right parenthesis and ( − 5 , − 9 ) (−5,−9)left parenthesis, minus, 5, comma, minus, 9, right parenthesis. Use exact numbers.

Answers

The equation of the line that passes through (-10,-7) and (-5,-9) is y=-2.5x-31.

What is the equation of a line?

A line is a one-dimensional shape that is straight, has no thickness, and extends in both directions indefinitely. The equation of a line is given by,

y =mx + c

where,

x is the coordinate of the x-axis,

y is the coordinate of the y-axis,

m is the slope of the line, and

c is the y-intercept.

The slope of the line is,

Slope, m = (-10+5)/(-7+9) = -5/2 = -2.5

Substitute any one of the points in the equation of the line,

-7 = -2.5(-10) + C

-7 = 25 + C

C = -31

Hence, the equation of the line that passes through (-10,-7) and (-5,-9) is y=-2.5x-31.

Learn more about Equation of Line:

https://brainly.com/question/21511618

#SPJ1

Answer: the answer is y = - 2/5x - 11

Step-by-step explanation:

it’s correct on khan academy

A Standard number is
tossed find each
Probability.
P (4 or less than 6)

Answers

the probability of rolling 4 or a number less than 6 is P = 5/6

How to find the probability?

The standard number cube has the outcomes {1, 2, 3, 4, 5, 6}

We want to find the probability of rolling 4 or a number less than 6. (4 is a number less than 6).

The outcomes that meet that condition are:

{1, 2, 3, 4, 5}

So 5 out of 6 outcomes meet the condition, then the probability is:

P(4 or less than 6) = 5/6

If you want to learn more about probability:

https://brainly.com/question/25870256

#SPJ1



A shelf can be packed from end to end with 30 large books or 45 small books.
Kevin already packed the shelf with 3 large books and 23 small books.
At most, how many more large books can Kevin pack the shelf with?
Ans:

Answers

Answer:

11

Step-by-step explanation:

since 30÷45 = 2/3 then

The space taken by a small book is equal to

the space taken by 2/3 a large book.

…………………………………………………

Calculating the number of large book corresponding to 23 small books :

= 23×(2÷3) + 3

= 18.333333333333 (large book)

Then ,Kevin can pack the shelf with (at most) : 30 - 19 = 11 more large books


4. How many degrees are in 11?
O 300°
330°
85°
Geometry B Adaptive CR (JL22) 1/ Circles
O 250°

Answers

The answer is 330 degrees.

Answer:

330°

Step-by-step explanation:

Multiply by the conversion factor of [tex]\frac{180}{\pi }[/tex]

Question 10(Multiple Choice Worth 1 points)
(06.05 LC)
Given the functions f(x) = 6x + 11 and g(x) = x + 6, which of the following functions represents f[g(x)] correctly?
Of[g(x)] = 6x + 47
Of[g(x)] = 6x + 17
Of[g(x)] = 6x² + 47
Of[g(x)] = 6x² + 17

Answers

Answer:

sii esa misma vaina. loa a pero aya dur 7 dar s servicio rus ser rh r rhr ser ru r de dhd HD. dhs g PG15 BIT

 Answer:

 6x + 47

Step-by-step explanation:

Given following:

f(x) = 6x + 11g(x) = x + 6

While solving these function sums, start from the right then head left.

⇒ f[g(x)]

⇒ f[x + 6]

⇒ 6(x + 6) + 11

⇒ 6x + 36 + 11

⇒ 6x + 47

A list of positive and negative numbers are in A2 through A400, and the square root of the absolute value is needed for each cell. Which function typed into B2 and copied through B400 will provide this information?
a.
=A2^(1/2)
b.
=SQRT(A2)
c.
=SQRT(ABS(A$2))
d.
=SQRT(ABS(A2))

Answers

Answer:

  d.  =SQRT(ABS(A2))

Step-by-step explanation:

A spreadsheet will not tell you the square root (or half power) of a negative number. It only performs math using real numbers.

Considerations

Trying to take a square root of a negative number will result in a #NUM! error being shown in the result cell. Assuming you want the root of the magnitude of the numbers in column A, the value you want the root of is ABS(A2).

Using a dollar sign on a cell reference renders that portion of the cell reference fixed when the formula is copied. Referencing cell A$2 will mean you will get 399 copies of the square root of the contents of cell A2 in cells B2 through B400.

Formula

The formula that will give you the square root of the magnitude of the adjacent cell in column A will be

  =SQRT(ABS(A2)) . . . . . . . . . formula for cell B2, copied to cells below

Add 7 2/3+4/7 reduce to the lowest terms

Answers

[tex]\huge\text{Hey there!}[/tex]

[tex]\huge\textbf{Equation:}[/tex]

[tex]\mathbf{7 \dfrac{2}{3} + \dfrac{4}{7}}[/tex]

[tex]\huge\textbf{Solving:}[/tex]

[tex]\mathbf{7 \dfrac{2}{3} + \dfrac{4}{7}}[/tex]

[tex]\mathbf{= \dfrac{7\times3+2}{3} + \dfrac{4}{7}}[/tex]

[tex]\mathbf{= \dfrac{21 + 2}{3} + \dfrac{4}{7}}[/tex]

[tex]\mathbf{= \dfrac{23}{3} + \dfrac{4}{7}}[/tex]

[tex]\mathbf{= \dfrac{173}{21}}[/tex]

[tex]\mathbf{\approx 8 \dfrac{5}{21}}[/tex]

[tex]\huge\textbf{Answer:}[/tex]

[tex]\huge\boxed{\mathsf{8 \dfrac{5}{21}}}\huge\checkmark[/tex]

[tex]\huge\text{Good luck on your assignment \& enjoy your day!}[/tex]

~[tex]\frak{Amphitrite1040:)}[/tex]

Answer:

[tex]8\frac{5}{21}[/tex]

Step-by-step explanation:

[tex]7\frac{2}{3} +\frac{4}{7} = 7\frac{14}{21} +\frac{12}{21} = 8\frac{5}{21}[/tex]

Which ordered pairs are solution to the system of inequalities? {X+2y>4, 3x-y<2

Answers

The ordered pairs which is the solution of the system of Inequalities is;

x > 0 and y < 2

How to find the ordered pair of inequalities?

We are given the inequalities;

x + 2y > 4    ----(1)

3x - y < 2     -----(2)

Subtract 2y from both sides in eq 1 to get;

x > 4 - 2y   ----(3)

Put 4 - 2y for x in eq 2 to get;

3(4 - 2y) - y < 2

12 - 4y - y < 2

12 - 5y < 2

Subtract 12 from both sides to get;

-5y < -10

Divide both sides by -5 to get;

y < 2

Put 2 for y in eq 3 to get;

x > 4 - 2(2)

x > 0

Read more about Inequality Ordered Pairs at; https://brainly.com/question/1528681

#SPJ1

What is the slope of a line perpendicular to the line whose equation is 3x+3y=18

Answers

Step-by-step explanation:

the slope of a line is always the factor of x, when the line is in the form

y = ...

so,

3x + 3y = 18

3y = -3x + 18

y = -x + 6

the slope is -1 = -1/1

as the slope is the ratio of y coordinate change / x coordinate change.

a perpendicular slope switches x and y upside-down and flips the sign.

so, in our case the perpendicular slope is

1/1 = 1

If a pool deck of 650 square feet is to be laid with concrete 3" thick, what volume of concrete will have to be poured in cubic yard? ( round to the nearest cubic yard)

Answers

Volume is a three-dimensional scalar quantity. The volume of concrete that will have to be poured into the pool deck is 6.0185 cubic yards.

What is volume?

A volume is a scalar number that expresses the amount of three-dimensional space enclosed by a closed surface.

Since an inch is equal to 1/12 of a foot. Therefore, the thickness of the pool deck is,

3 inches = 0.25 foot

If a pool deck of 650 square feet is to be laid with concrete 3" thick, then the volume of concrete that will be needed is,

Volume of concrete = 650 ft² × 0.25 ft = 162.5 ft³

Now, one yard is equal to 3 feet, therefore,

1 cubic foot = 1/27 cubic yards

162.5 cubic feet = 6.0185 cubic yards

Hence, the volume of concrete that will have to be poured into the pool deck is 6.0185 cubic yards.

Learn more about Volume:

https://brainly.com/question/13338592

#SPJ1

if one of two integers is 5% of the other, and their sum is 63, what is their product

Answers

Answer:

180

Step-by-step explanation:

Let x be the first integer.

Let y be the 2nd integer.

Given info from the question,

x = 5% x y

x = 0.05y - equation 1

x + y = 63 - equation 2

Lets now substitute equation 1 into equation 2.

0.05y + y = 63

1.05y = 63

y = 63 / 1.05

= 60

Now we substitute y into equation 1.

x = 0.05(60)

= 3

Now since we know both x and y,

we can find the product of them.

xy = 60 * 3 = 180

Classify each sequence as arithmetic, geometric, or neither by dragging it into the correct box.

Answers

The sequences are classified, respectively, as:

Geometric, Arithmetic, Neither.

What is a geometric sequence?

A geometric sequence is a sequence in which the result of the division of consecutive terms is always the same, called common ratio q.

In the first sequence, we have that:

[tex]q = \frac{45}{15} = \frac{15}{5} = \frac{5}{\frac{5}{3}} = \frac{\frac{5}{3}}{\frac{5}{9}} = 3[/tex]

Hence it is a geometric sequence.

What is an arithmetic sequence?

In an arithmetic sequence, the difference between consecutive terms is always the same, called common difference d.

In the second sequence, we have that:

d = -4 - 1 = 1 - 6 = 6 - 11 = 11 - 16 = -5

Hence it is an arithmetic sequence.

What about the third sequence?

[tex]\frac{4}{3} \neq \frac{3}{2}, 1 - \frac{1}{2} \neq 2 - 1[/tex]

Hence it is neither arithmetic nor geometric.

More can be learned about geometric and arithmetic sequences at https://brainly.com/question/11847927

#SPJ1

Could someone help me out?

Answers

Since the grade of the numerator and the denominator is the same, then the limit exists and is distinct from 0. The limit of the expression is 4/7.

How to determine the limit of a rational expression when x tends to infinite

In this problem we must apply some algebraic handling and some known limits to determine whether the limit exists or not. The limit exists if and only if the result exists.

[tex]\lim_{x \to \infty} \frac{4\cdot x - 1}{7\cdot x + 3}[/tex]

[tex]\lim_{x \to \infty} \frac{4\cdot x - 1}{7\cdot x + 3} \cdot \frac{x}{x}[/tex]

[tex]\lim_{x \to \infty} \frac{4 - \frac{1}{x} }{7 + \frac{3}{x} }[/tex]

[tex]\lim_{x \to \infty} \frac{4}{7}[/tex]

4/7

Since the grade of the numerator and the denominator is the same, then the limit exists and is distinct from 0. The limit of the expression is 4/7.

To learn more on limits: https://brainly.com/question/12207558

#SPJ1

Two sublings are 55 years combined and one sibling is 9 years younger how od is the younger sibing

Answers

Answer:

23 years old

Step-by-step explanation:

Let x = age of younger sibling.

Then, the age of the older sibling is x + 9.

x + x + 9 = 55

2x = 46

x = 23

Answer: 23 years old

X + X + 9 =55
2x = 55 - 9
X = 46/2
X = 23

121-y=197 Solve for y

Answers

Answer:

-76

Step-by-step explanation:

121 - y = 197

-121        -121

-y = 76

*-1   *-1

y = -76

Please explain for what values of x is function g(x) continuous if it is defined by.

Answers

Using the continuity concept, it is found that the function is continuous for all real values.

What is the continuity concept?

A function f(x) is continuous at x = a if it is defined at x = a, and:

[tex]\lim_{x \rightarrow a^-} f(x) = \lim_{x \rightarrow a^+} f(x) = f(a)[/tex]

In this problem, we are given a piece-wise function, hence we have to look at the points where the definition of the function changes. In this problem, it can only be discontinuous at x = 0, which we have to verify.

Then:

[tex]f(0) = 0^2 - 1 = -1[/tex].[tex]\lim_{x \rightarrow 0^-} = \lim_{x \rightarrow 0} x^2 - 1 = 0^2 - 1 = -1[/tex].[tex]\lim_{x \rightarrow 0^+} = \lim_{x \rightarrow 0} \frac{1}{x - 1} = \frac{1}{0 - 1} = -1[/tex].

The 3 values are equal, hence the function is continuous at x = 0 and for all real values.

More can be learned about the continuity of a function at https://brainly.com/question/24637240

#SPJ1

Can you help me to answer the question

Answers

Answer:

I'm not too sure but:

L = (-2,-3)

M = (-9,-3)

K = (-2,-8)

J = (-9,-8)

Step-by-step explanation:

What we know:

We know that we go through the x axis then the y axis hence the saying "Along the corridor, Up the stairs".

Due to us knowing this we use where the letters (L, M, K & J) are placed on the diagram and use the "Along the corridor, Up the stairs" technique to figure out the answer.

This means that L is (-2,-3), M is (-9,-3), K is (-2,-8) & J is (-9,-8).

Yet again as I said at the top i'm not too sure but this is what I think is correct.

I hope it helps! :)

A data set contains an independent and a dependent variable. Which must be true of the data set if a linear function can
be used to represent the data?
O The set must have a constant additive rate of change.
The set must have a constant multiplicative rate of change.
O The values in the set must be positive.
O The values in the set must be increasing.
Mark this and return
Save and Exit
Next
Submit

Answers

The answer choice which must be true regarding the linear function is; The set must have a constant additive rate of change.

Which is true about a linear function?

Since a linear function typically takes the slope-intercept form; f(x) = mx +c.

It therefore follows that the equation must have a constant slope m, which is the described additive constant rate of change.

It therefore follows that, the answer choice which is true regarding the linear function is therefore; The set must have a constant additive rate of change.

Read more on rate of change;

https://brainly.com/question/1509153

#SPJ1

Find the slope of the line that contains the points (-8, -2) and (-17, 4).

Answers

SOLVING

[tex]\Large\maltese\underline{\textsf{A. \space What is Asked}}[/tex]

Find the slope of the line that contains the points (-8,-2) and (-17,4)

[tex]\Large\maltese\underline{\textsf{B.\space This problem has been solved!}}[/tex]

If we are given two points, we can easily find the slope of the line that passes through the points. With points (y₂, y₁) and (x₂, x₁), the slope is [tex]\bf{\dfrac{y2-y1}{x2-x1}[/tex].

Similarly, with points (-8,-2) and (-17,4) the slope is.

[tex]\bf{\dfrac{4-(-2)}{-17-(-8)}}[/tex] | as we can see, it is possible to simplify this further

[tex]\bf{\dfrac{4+2}{-17+8}}[/tex] | simplify

[tex]\bf{\dfrac{6}{-9}[/tex] | reduce

[tex]\bf{-\dfrac{2}{3}}[/tex]

[tex]\rule{300}{1.7}[/tex]

[tex]\bf{Result:}[/tex]

                    [tex]\bf{=-\dfrac{2}{3}}[/tex]

[tex]\boxed{\bf{aesthetic\not101}}[/tex]

Using the equation of slope of a line, the slope of the line that have the given coordinates is -2/3

What is the slope of the line?

The slope of a line represents the measure of how steep the line is, or the rate at which the line rises or falls as you move along it. It is calculated as the ratio of the vertical change (change in y-coordinates) to the horizontal change (change in x-coordinates) between any two points on the line.

If you have two points on a line, (x₁, y₁) and (x₂, y₂), the slope (m) can be calculated using the formula:

m = (y₂ - y₁) / (x₂ - x₁)

Substituting the values into the formula above;

m = 4 - (-2) / -17 - (-8)

m = 4 +  2 / -17 + 8

m = 6 / -9

m = -2/3

Learn more on slope of a line here;

https://brainly.com/question/16949303

#SPJ2

Use the function below to find F(1)

Answers

Answer:

[tex]\frac{1}{2}[/tex]

Step-by-step explanation:

plug 1 in for t

[tex]F(t)=4(\frac{1}{2^3^t})\\ F(1)=4(\frac{1}{2^3^*^1})\\ F(1)=4(\frac{1}{2^3})\\ F(1)=4(\frac{1}{8})\\ F(1)=\frac{4}{8} \\F(1)=\frac{1}{2}[/tex]

Find the value of x in circle O.
49°
X

Answers

98 degrees fs, it’s not a right angle it’s a bit wider making it an obtuse angle

It is estimated that 52% of drivers text while driving.

Part A: What is the probability that exactly 3 drivers text while driving if a police officer pulls over five drivers? (5 points)

Part B: What is the probability the next driver texting while driving that the police officer pulls over is the fifth driver? (5 points) (10 points)

Answers

a) 32.4% probability that exactly 3 drivers text while driving if a police officer pulls over five drivers.

b)  2.76% probability the next driver texting while driving that the police officer pulls over is the fifth driver.

What is probability?

It is a branch of mathematics that deals with the occurrence of a random event.

Using Binomial distribution,

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

We have, p= 0.52

A) probability that exactly 3 drivers text while driving if a police officer pulls over five drivers

[tex]P(x) = C_{5 , 3} * (0.52)^{3}* (0.48)^ {2}[/tex]

P(x) = 10* 0.140608* 0.2304

P(x)= 0.3239

32.4% probability that exactly 3 drivers text while driving if a police officer pulls over five drivers.

B) probability the next driver texting while driving that the police officer pulls over is the fifth driver

[tex]P(x) = C_{4 , 0} * (0.52)^{0}* (0.48)^ {4}[/tex]

P(x) = 1 * 1 * 0.053084

P(x) = 0.053084

So, 0.0531*0.52 = 0.0276

Hence, 2.76% probability the next driver texting while driving that the police officer pulls over is the fifth driver.

Learn more about binomial distribution here:

https://brainly.com/question/14565246

#SPJ1

Which of the following examples illustrates ordinal numbers?

A. Marie counted the number of chips on her plate and said, "I have eight".

B. Gracie told Bradly she would be the first one to go down the slide.

C. Bennett said he had more blocks than anyone.

Answers

An ordinal number is a number that specifies how something ranks in respect to other numbers. The correct option is B.

What is an ordinal number?

An ordinal number is a number that specifies how something ranks in respect to other numbers, such as first, second, third, and so on. This order or sequence might be determined by size, importance, or chronology.

The example that illustrates the ordinal number is "Gracie told Bradly she would be the first one to go down the slide".

Hence, the correct option is B.

Learn more about Ordinal Numbers:

https://brainly.com/question/14327859

#SPJ1

Giving brainliest! :)

Answers

139b + 1.29b = 50.73
2.49m + 2.69m = 51.63

Answer:

1.39b + 2.49m = 50.73

1.29b + 2.69m = 51.63

Step-by-step explanation:

Systems of linear equations are used when we have 2 equations that both contain 2 unknown variables. Since we are trying to find the price of bread and milk, we can let b = num of bread and m = num of milk.

Betty spends $50.73 buying b loaves of bread and m gallons of milk, so the first equation would be 1.39b + 2.49m = 50.73. Betty spends $51.63 buying b loaves of bread and m gallons of milk at Store B, so the second equation is 1.29b + 2.69m = 51.63.

-3 (v+4) + 6v simplify

Answers

Answer:

-3 (v+4) + 6v

-3v - 12 + 6v

arranging like terms

-3v + 6v - 12

3v - 12
SOLVING

[tex]\Large\maltese\underline{\textsf{A. What is Asked}}[/tex]

-3(v+4)+6v, simplify

[tex]\Large\maltese\underline{\textsf{B. This problem has been solved!}}[/tex]

[tex]\multimap\bf{-3(v+4)+6v}=-3v-12+6v[/tex] | combine the like terms

[tex]\multimap\bf{3v-12}[/tex]

[tex]\cline{1-2}[/tex]

[tex]\bf{Result:}[/tex]

                [tex]\bf{=3v-12}[/tex]

[tex]\LARGE\boxed{\bf{aesthetic \not1\theta l}}[/tex]

Other Questions
Type the correct answer in the box. Spell all words correctly.Which geographical factor includes the elements given below?A region'sincludes its temperature range, rainfall levels, humidity, air pressure, and so on. examples of the harm humans can do if we do NOT transcend and reach to God,goodness, and holiness?Please help, Ive been stuck on this for hours. Use the given value of sin theta to find the approximate value of cos theta in the quadrant indicated.sin theta = -0.906, 3pi/2 < theta < 2 Which graph shows the image of the triangle reflected across the line of reflection shown? On a coordinate plane, a triangle has points (2, 4), (4, 2), (9, 6). A line of reflection is at y = 3. Who is the main character of Gary Sotos story, Seventh Grade?MichaelTeresaVictorMr. Bueller A company's prospectus includes:A) The company's investment options.B) The company's guaranteed return strategy.C) The company's revenue and net worth.D) The company's research. What is 1.54x10^28 not in scientific notification form compare and contrast of "The Case Against Torture" and "The Case for Torture." Decide which author created a more compelling argument. The graph of the quadratic functiong(x) = x + 4 is shown.178gix2Domain:Range:7TOFor The door on a model building is 2 inches tall. The door on the actual building is 8 feet tall.What was the scale used?01:24 The power of judicial review allows the Supreme Court to: The glycemic index of foods is ____ Julia has a role in the school play. She recorded the amount of time she practiced her lines each day this week in the table below. On Tuesday, she practiced 2/3 of the time that she practiced on Wednesday. She practiced 5/6 hours on Wednesday. what sugar is found in an atp molecule please answer! thanks What mass of Na2CrO4 is required to precipitate all of the silver ions from 75.0 mL of a 0.100 M solution of AgNO3 how many ways are there to distribute 11 identical candies between 4 children such that each child receives at least 2 candies How are you developing yourself and others in alignment with business priorities now and for the future?. A driver must have a liability insurance policy that provides at least _______ of coverage for a collision that results in the injury or death of a single person. there are three brothers amir balu and caleb. Amirs age is half of calebs and balus age is 3/4 of calebs. In five years the sum of Amir's age and Balus age will be 16 more than Calebs age How old is each brother now.