factorize completely -3c²-4cb+4b²​

Factorize Completely -3c-4cb+4b

Answers

Answer 1
-3(3)^3 - 4(3)(4) + 4(4)^2
-3(9) - 4(12) + 4(16)
-27 - 48+ 64
-75+64
-11
The answer is-11
Answer 2

I'll focus on part (b) only.

Answers:Part (i):  The factorization is     (2b-3c)(2b+c)     Part (ii): The expression evaluates to    -11      

======================================================

Explanation:

Replace the variable b with the commonly used variable x and c with some other constant, let's say the letter m. These replacements will become apparent when we use the quadratic formula shortly later on.

After the replacements are made, we have -3c²-4cb+4b²​ turn into -3m²-4mx+4x²​

This is the same as 4x²​-4mx-3m²

Compare this to the format of ax²​+bx+c

We can see that

a = 4b = -4mc = -3m²

Once again, m is constant.

Let's compute the discriminant.

[tex]d = b^2 - 4ac\\\\d = (-4m)^2-4(4)(-3m^2)\\\\d = 16m^2+48m^2\\\\d = 64m^2\\\\[/tex]

This discriminant is under the square root as part of the quadratic formula.

So 4x²​-4mx-3m² would have roots of...

[tex]x = \frac{-b\pm\sqrt{b^2-4ac}}{2a}\\\\x = \frac{-b\pm\sqrt{d}}{2a}\\\\x = \frac{-(-4m)\pm\sqrt{64m^2}}{2(4)}\\\\x = \frac{4m\pm\sqrt{(8m)^2}}{8}\\\\x = \frac{4m\pm 8m}{8}\\\\x = \frac{4(m\pm 2m)}{4*2}\\\\x = \frac{m\pm 2m}{2}\\\\x = \frac{m+ 2m}{2} \ \text{ or } \ x = \frac{m-2m}{2}\\\\x = \frac{3m}{2} \ \text{ or } \ x = \frac{-m}{2}\\\\[/tex]

The whole time, the term "m" is treated as a constant. It is fixed to some unchanging number.

So why did we go through all that trouble to use the quadratic formula in the first place? It turns out that this formula is helpful to factoring quadratics. Recall that the roots of a polynomial tie very closely to its factorization.

For example, x²-4 factors to (x-2)(x+2) to have roots of x = 2 or x = -2. You could use the quadratic formula to solve x²-4 = 0 or x²+0x-4 = 0 and you should get x = 2 or x = -2 as the two solutions.

Anyways, back to the problem at hand.

Let's use the first root we found to form one of the factors needed.

The idea is to do a bit of algebra to get everything to one side. If fractions are present, then multiply both sides by the LCD to clear them out. We need to have 0 isolated on its own side.

[tex]x = \frac{3m}{2} \\\\ 2x = 3m\\\\ 2x-3m = 0[/tex]

So (2x-3m) is one factor

Through similar steps, you would find that the root [tex]x = \frac{-m}{2}[/tex] yields the factor of (2x+m)

Therefore, the factors are (2x-3m) and (2x+m)

------------------------------------

In summary so far, 4x²​-4mx-3m² factors to (2x-3m)(2x+m)

From here we replace x with b and replace m with c, so that we return back to the original variables used.

(2x-3m)(2x+m) becomes (2b-3c)(2b+c)

This can be confirmed using WolframAlpha. You could use the FOIL rule to expand out (2b-3c)(2b+c) and you should get 4b²​-4bc-3c²​ aka -3c²-4cb+4b²​

-------------------------------------

Those previous sections talked about part (i)

Part (ii) is where we plug in b = 4 and c = 3. In other words, we replace every copy of b with 4, and every copy of c with 3.

If you use the original expression, then,

-3c²-4cb+4b²​ = -3(3)²-4(3)(4)+4(4)²​ = -3(9)-4(12)+4(16) = -11

Or you could use the factored expression.

(2b-3c)(2b+c) = (2*4-3*3)(2*4+3) = (8-9)(8+3) = (-1)*(11) = -11

This very partially confirms that -3c²-4cb+4b² = (2b-3c)(2b+c) is indeed the case. Unfortunately you'd have to use infinitely many numeric examples to confirm the answer to part (i); however, something like the FOIL rule is far more efficient.


Related Questions

f(x) = x² + 3x, g(x) = 5x + 2, (f - g)(3) = ?

Answers

Answer:

1

Step-by-step explanation:

f(x) = x² + 3x

g(x) = 5x + 2

f(3) = 3² + 3 x 3

f(3) = 9 + 9

f(3) = 18

g(3) = 5(3) + 2

g(3) = 15 + 2

g(3) = 17

(f - g)(3) = 18 - 17

(f - g)(3) = 1.

alegbra 2: pls help!!

Kiara and Sean are setting off model rockets. Kiara's rocket's flight pattern can be modeled by the function f(t)= -16t² +80t. Sean's rocket's flight
pattern can be modeled by the function h(t) = -16t² + 120t+64. In each function, t is the time in seconds after the rockets launch and f(t) and h(t)
are the heights of the rockets in feet.
How many seconds after Kiara's rocket returns to the ground does
Sean's rocket return to the ground?
Enter your response as a numeric answer. Do not include spaces, units,
or commas in your response.

Answers

Answer:

Sean's rocket lands 3 seconds after Kiara's rocket.

Step-by-step explanation:

Kiara:  f(t)= -16t² + 80t

Sean:  h(t) = -16t² + 120t + 64

Assume that both rockets launch at the same time.  We need to be suspicious of Sean's rocket launch.  His equation for height has "+64" at the end, whereas Kiara's has no such term.  The +64 is the starting height iof Sean's rocket.  So Kiara has a 64 foot disadvantage from the start.  But if it is a race to the ground, then the 64 feet may be a disadvantage.  [Turn the rocket upside down, in that case.  :) ]

We want the time, t, at which f(t) and h(t) are both equal to 0 (ground).  So we can set both equation to 0 and calculate t:

Kiara:  f(t)= -16t² + 80t

0 = -16t² + 80t

Use the quadratic equation or solve by factoring.  I'll factor:

0 = -16t(t - 5)

T can either be 0 or 5

We'll choose 5.  Kiara's rocket lands in 5 seconds.

Sean:  h(t) = -16t² + 120t + 64

0= -16t² + 120t + 64

We can also factor this equation (or solve with the quadratic equation):

0 = -8(t-8)(2t+1)

T can be 8 or -(1/2) seconds. We'll use 8 seconds.  Sean's rocket lands in 8 seconds.

Sean's rocket lands 3 seconds after Kiara's rocket.

When we make inferences about the difference of two independent population proportions, what assumptions do we need to make? mark all that apply.

Answers

When we make inferences about the difference of two independent population proportions, we assume that it is a random sample, and the number of successes and failures are at least 15 in each group.

Two independent proportions tests involve comparing the proportions of two unrelated datasets.

For these two datasets to be regarded as an independent population, the following must be true or assumed to be true

The datasets must represent a random sampleEach dataset must contain at least 15 successes and failures

Hence, the above highlights are the assumptions of two independent population proportions.

To learn more about independent populations from the given link

https://brainly.com/question/23989150

#SPJ4

For each of the following, determine the interest rate per compounding period. 1) 12% per year, compounded weekly b) 8% per year, compounded bi-weekly c) 6% per year, compounded monthly

Answers

Using compound interest, the rates per compounding period are given as follows:

a) 0.1273 = 12.73%.

b) 0.0833 = 8.33%

c) 0.0617 = 6.17%

What is compound interest?

The amount of money earned, in compound interest, after t years, is given by:

[tex]A(t) = P\left(1 + \frac{r}{n}\right)^{nt}[/tex]

In which:

A(t) is the amount of money after t years. P is the principal(the initial sum of money). r is the interest rate(as a decimal value). n is the number of times that interest is compounded per year.

The interest rate per compounding period is given as follows:

[tex]\left(1 + \frac{r}{n}\right)^n - 1[/tex]

For item a, the parameters are:

r = 0.12, n = 52.

Hence:

[tex]\left(1 + \frac{0.12}{52}\right)^{52} - 1 = 0.1273[/tex]

For item b, the parameters are:

r = 0.08, n = 104.

Hence:

[tex]\left(1 + \frac{0.08}{104}\right)^{104} - 1 = 0.0833[/tex]

For item c, the parameters are:

r = 0.06, n = 12.

Hence:

[tex]\left(1 + \frac{0.06}{12}\right)^{12} - 1 = 0.0617[/tex]

More can be learned about compound interest at https://brainly.com/question/25781328

#SPJ1

HELPPPP‼️‼️‼️

If x is the first of two consecutive odd integers, and the sum of the two integers is 72, what is the smaller of the two integers?

Answers

Answer:

x = 35.

Step-by-step explanation:

since they are odd, the second number isn't x + 1, it is x + 2.

x + x + 2 = 72

2x + 2 = 72

2x = 70

x = 35

X = 35 is the right answer

How fast must a 56. 5 g tennis ball travel to have a de broglie wavelength equal to that of a photon of green light (5400 angstroms)? (use scientific notation in your answer: 1. 0e39)

Answers

Answer:

Given:

Mass of the tennis ball=56.5 g

wavelength=5400 Angstroms

De-Broglie Wavelength = 5400 Angstrom.

= 5400 × 10⁻¹⁰ m.

Now, Using the Formula,

λ = h/mv

here,

h is the Planck's constant = 6.62 × 10⁻³⁴ J-s.

and v is the velocity of the tennis balls.

∴ 5400 × 10⁻¹⁰ = (6.62 × 10⁻³⁴)/ (0.054 × v)

⇒ 0.054v = (6.62 × 10⁻³⁴)/ (5400 × 10⁻¹⁰)

⇒ 0.054v = 0.0012 × 10⁻²⁴

⇒ v = 0.0012 × 10⁻²⁴/0.054

⇒ v = 0.023 × 10⁻²⁴ m/s.

Hence, the velocity of the tennis balls is 0.023 × 10⁻²⁴ m/s.

Learn more about average velocity here:

https://brainly.com/question/13372043

#SPJ4

18 1 / 2 miles of highway 1-35 Is undergoing repairs. The construction workers repairs The construction workers repair 2 1⁄4 Miles of hideaway each week Approximately How many weeks will it take for the repairs to be completed

Answers

Answer:

The exact amount of time would be 8 2/9 weeks, but if we are only counting full weeks, it would be finished in 9 weeks.

Step-by-step explanation:

y = xm

18 1/2 = 2 1/4x  Change both numbers into improper fractions

18 1/2 would be 37/2  The denominator (bottom number) stays 2.  To get the top number you would (2 x 18) + 1 or 37.  That makes 37/2 equivalent to 18 1/2.

Now do the same thing to 2 1/4.  The bottom number stays the same.  We get the top number (4 x 2) + 1 or 9.  That makes 9/4 equivalent to 2 1/4.

We know have

37/2 = 9/4 x  We can solve for x by multiplying both sides of the equation by 4/9

37/2(4/9) = (9/4)(4/9)x

148/18 = x  If we divide both the top and the bottom by 2 we would get 74/9 = x  If we divide 74 by 9 we get 8 2/9

Find the number of terms of the geometric series 96 - 48 + 24 -....,-3/8 .​

Answers

The number of terms in the geometric series is 9

How to determine the number of terms in the series?

The geometric series given as:

96 - 48 + 24 -....,-3/8 .

Calculate the common ratio (r) as follows

r = T2/T1

Substitute the known values in the above equation

r = -48/96

Evaluate

r = -0.5

The number of terms is then calculated as:

Tn = a * r^n-1

Let n = 9

So, we have:

T9 = a * r^9

Substitute the known values in the above equation

T9 = 96 * (-0.5)^8

Evaluate the product

T9 = -3/8

Hence, the number of terms in the geometric series is 9

Read more about geometric series at

https://brainly.com/question/24643676

#SPJ1

Which of the graphs below represents the equation 3x-2y=-12?

Answers

Answer:

Graph B

Step-by-step explanation:

Transform the given equation into the slope intercept form, y = mx + b, where m represents the slope and b represents the y-intercept.

3x - 2y = -12

2y = 3x + 12

y = 3/2x + 6

Graph B represents y = 3/2x + 6 because it has a y-intercept at (0,6) and a slope of 3/2.

Convert to point intercept form
-2y = -3x -12
Y = 3/2x + 6
Slope = 3/2 Andy intercept is 6
So it’s B.

Help for a brianlest at show your work

Answers

X^2-2(x-y)-z^3
First we substitute the variables for their known values and get
2^2-2(2-(-2))-(-3)^3
Simplify
4 + (-4+4) -(-27)
4+-27= -23
That’s your answer

Solve the compound inequality and graph the solution on a number line

5x + 9 ≤ 2 and x + 6 > 12

Answers

Answer:

First:

5x + 9 < 2

x= 9/5= 1,8 < 2

Second:

x + 6 < 12

x= 12/6= 2 < 12

4km^2= ? Mile^2

explain how

Answers

Answer:

See below

Step-by-step explanation:

An area of  2km  x  2km = 4 km^2    

1 km = .62137 miles

2 (.62137)      x      2  (.62137)    =   1.5444 mi^2

PLEASE HELP IM SO STUCK

Answers

Answer:

(-4,0) , (0,9)

Step-by-step explanation:

x-intercept is the point where the line touches the x-axis, which means, y = 0.

So when y = 0,

-9x + 4(0) = 36

-9x = 36

x = [tex]\frac{36}{-9}[/tex]

x = -4

Therefore, the coordinates of the x - intercept is (-4,0)

y-intercept is the point where the line touches the y-axis, which means , x = 0.

so when x = 0,

-9(0) + 4y = 36

4y = 36

y = [tex]\frac{36}{4}[/tex]

y = 9

Therefore, the coordinates of the y - intercept is (0,9)

Answer:

x - intercept (-4,0)

y -intercept (0,9)

Step-by-step explanation:

Put in 0 for x.

-9(0) + 4y = 36

4y = 36  Divide both sides by 4

y = 9

(0,9) This is where the line will cross the y axis.

Put in 0 for y

-9y + 4(0) = 36

-9y = 36 Divide both sides by -9

Y = -4

Write an equation in point-slope form of the line with a slope of 6 that passes through (-2, -5)

Answers

[tex](\stackrel{x_1}{-2}~,~\stackrel{y_1}{-5})\hspace{10em} \stackrel{slope}{m} ~=~ 6 \\\\\\ \begin{array}{|c|ll} \cline{1-1} \textit{point-slope form}\\ \cline{1-1} \\ y-y_1=m(x-x_1) \\\\ \cline{1-1} \end{array}\implies y-\stackrel{y_1}{(-5)}=\stackrel{m}{6}(x-\stackrel{x_1}{(-2)})\implies y+5=6(x+2)[/tex]

Which property is shown in the following statement?

(46 + 17) + 3 = 46 + (17 + 3)

associative property of addition
commutative property of addition
identity property of addition

Answers

Answer:

Associative property of addition.

Step-by-step explanation:

The location of the parentheses makes no difference to the sum of these numbers.

The property shown in the statement "(46 + 17) + 3 = 46 + (17 + 3)" is the associative property of addition.

The associative property of addition states that when adding three or more numbers, the grouping of the numbers does not affect the sum

In the given statement, we have three numbers being added: 46, 17, and 3. The statement shows that the addition is grouped differently on each side of the equation, but the result is the same.

On the left side, we have (46 + 17) + 3.

This means we first add 46 and 17, which equals 63. Then we add 3 to the sum, resulting in 66.

On the right side, we have 46 + (17 + 3). Here, we first add 17 and 3, which equals 20. Then we add 46 to the sum, also resulting in 66.

As we can see, no matter how we group the numbers being added, the final sum is the same. This demonstrates the associative property of addition.

Therefore, the property shown in the given statement is the associative property of addition.

To learn more about addition from given link

brainly.com/question/25421984

#SPJ3

Which of the following statements does not describe a characteristic of the line of best fit for a scatter plot?

Answers

I'll go for the third option. It seems sensible to having a balance in estimating provided data, even though that may not always be the case.

Hope this helps!

The prices for different lengths of ribbon sold at a fabric store are shown in the table. Which statement best justifies whether or not the relationship between the length and price represents a function?

Answers

The statement that justifies the relationship is: D. it represents a function because no length has more than one price.

What is a Function?

For a relation to be considered a function, any of the following criteria must be met:

Every x-value has exactly one corresponding y-value that relates to it. That is, no x-value (input) can have two different y-value (output).Two different x-values (inputs) can correspond to the same y-value (output) but two different y-values (outputs) must not relate or correspond to an x-value (input).

In the scenario given:

Length of ribbon = input (x-value)

Price of ribbon = output (y-value).

We can observe that each length of ribbon (input) has its own price (output), therefore, we can conclude that the price of ribbon is a function of the length of the ribbon.

The answer is: D. This relationship represents a function because no length has more than one price.

Learn more about functions on:

https://brainly.com/question/17043948

#SPJ1

I am a fraction. The ratio between my numerator and denominator is 2:5. My denominator is 6 more than my numerator. What fraction am I ?​

Answers

Answer:

4/10

Step-by-step explanation:

Let the numerator be 2x and the denominator is 5x. The denominator is 6 more than the numerator so if we add 6 to the numerator both numbers should be equal.

Solve:

2x+6 = 5x

6 = 3x

x = 2

2x = 4

5x = 10

Step-by-step explanation:

Let the numerator be 2x and denominator be 5x,

A.T.Q,

2x+6 = 5x

2x-5x = -6

-3x = -6

3x = 6

x = 2

So, the fraction is 4/10 = 2/5

What is the behavior of the graph y=x4−2x3−11x2+12x+36 at each of its zeros?

Answers

The behavior sees the leading coefficient is already positive, then increasing the size of the inputs will simply result in the leading term being even more positively skewed. The line on the graph will start to slope to the right.

What is the behavior of the graph y=x4−2x3−11x2+12x+36 at each of its zeros?

The behavior of the graph of the polynomial function f(x) as the variable x approaches either positive or negative infinity represents the end behavior of the function. The final behavior of a polynomial function's graph is determined by the degree of the function as well as the leading coefficient.

Generally, the equation for is zeros  mathematically given as

y=x^4−2x^3−11x^2+12x+36

Therefore

(x+2)^2(x-3)^2=0

x=-2

x=3

since the graph attached has a positive leading coefficient and a positive degree

In conclusion, If the leading coefficient is already positive, then increasing the size of the inputs will simply result in the leading term being even more positively skewed. The line on the graph will start to slope to the right.

Read more about graph

https://brainly.com/question/16608196

#SPJ1

What are the exact solutions of x2 − 5x − 1 = 0 using x equals negative b plus or minus the square root of the quantity b squared minus 4 times a times c all over 2 times a?

Answers

Answer:

[tex]x=2.5+\frac{\sqrt{29}}{2}\\\\x=2.5-\frac{\sqrt{29}}{2}[/tex]

Step-by-step explanation:

So the question here is asking you to use the quadratic formula which is expressed as: [tex]x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\[/tex]

A quadratic can generally be expressed as: [tex]y=ax^2+bx+c[/tex]

So using the equation you gave: [tex]0=x^2-5x-1[/tex]

We can identify the following values: a=1, b=-5, c=-1

Btw the equation explicitly write "1" as the coefficient of x, but since it's not provided it's implied that it's 1.

So plugging in the known values, we get the following equation:

[tex]x=\frac{5\pm\sqrt{(-5)^2-4(1)(-1)}}{2(1)}\\\\x=\frac{5\pm\sqrt{25+4}}{2}\\\\x=\frac{5\pm\sqrt{29}}{2}\\\\x=2.5+\frac{\sqrt{29}}{2}\\\\x=2.5-\frac{\sqrt{29}}{2}[/tex]

The last step just consists of taking the + and - solution, and since it asks for exact solutions you leave the 29 under the radical, and you don't approximate. There is no further simplification that can be done here.

What is the missing factor in this factor tree? 30 2x?

Answers

Answer:

15?

Step-by-step explanation:

2×15=30 i am not fully sure but this should be it

To conduct a test of hypothesis with a small sample, we make an assumption that?

Answers

To conduct a test of hypothesis with a small sample, we make an assumption that the population is normally distributed .

What is normal distribution?

A probability distribution that is symmetric about the mean is the normal distribution, sometimes referred to as the Gaussian distribution. It demonstrates that data that are close to the mean occur more frequently than data that are far from the mean.

The normal distribution appears as a "bell curve" on a graph.

A probability bell curve is more properly described as the normal distribution.The mean and standard deviation of a normal distribution are 0 and 1, respectively. It has a kurtosis of 3 and zero skew.Not all symmetrical distributions are normal, but all normal distributions are symmetrical.Natural occurrences frequently resemble the usual distribution.

To know more about normal distribution........

https://brainly.com/question/4079902

#SPJ4

Put in decimal form, out to the nearest hundredth and explain how you got your answer.
This problem is meant to be done in order of operations.

Answers

Answer: [tex]\Large\boxed{2}[/tex]

Concept:

Here, we need to know the idea of the PEMDAS method.

PEMDAS is an acronym for the order of operations.

ParenthesisExponentsMultiplicationDivisionAdditionSubtraction

Solve:

Given expression

[tex]\dfrac{3^3~-~13}{11~-~2^2}[/tex]

Simplify the exponents

[tex]=\dfrac{27~-~13}{11~-~4}[/tex]

Simplify by subtraction

[tex]=\dfrac{14}{7}[/tex]

Simplify the fraction

[tex]\Large\boxed{=2}[/tex]

Hope this helps!! :)

Please let me know if you have any questions

Thirty percent of high-school senior boys play in the school band. If a certain high school has 60 senior boys, how many boys play in the school band?
(A) 12
(B) 18
(C) 22
(D) 30

Answers

B) 18 of high school boys play in the school band

In a class 4/5 of the students have mathematical instruments 3/4 of these have lost their Protractors if 27 students have lost their protractors how many students are there in class ??

Answers

Answer:

4/5 of the students would have protractors.

Step-by-step explanation:

ms bloom had 4 /7/12 boxes of pencils but 2/1/12 boxes of pencils were broken after she threw out the broken pencils how many boxes of pencils were left

Answers

Concluding, there are (2 + 12) boxes of pencils left.

How many boxes of pencils were left?

We know that Ms. Bloom had (4 + 7/12) boxes of pencils, and we also know that (2 + 1/12) of the boxes were broken.

The number of boxes of pencils left is given by the difference between the two above numbers, then we get:

N = (4 + 7/12) - (2 + 1/12) = (4 - 2) + (7/12 - 1/12) = 2 + 6/12

Now we can simplify the fraction:

N = 2 + 1/2

Concluding, there are (2 + 12) boxes of pencils left.

If you want to learn more about subtractions:

https://brainly.com/question/25421984

#SPJ1

PLEASE HELP IM STUCK PLS

Answers

(-1,1)

The solution to the equation is the values that make both equations true. More simply put, it is where the two graphs intersect (cross). If we find the point where the two graphs both cross, we see the value is where x is -1 and y is 1, so the point is (-1,1).

We can also check this by plugging the values into the equations.

y = 2x + 3
1 = 2 * -1 + 3
1 = 1

y = -x
1 = -(-1)
1 = 1

Since both equations are true, the solution (-1,1) is correct.

Answer: (-1, 1)

Step-by-step explanation:

Method 1: Graphing

Since the graph is already given, we could directly refer to the intersecting point of the system of equations.

According to the graph, [ y = 2x + 3 ] and [ y = -x ] intersect at (-1, 1).

Therefore the solution is [tex]\Large\boxed{(-1,1)}[/tex]

Method 2: Substitution

Given equation

1) y = 2x + 3

2) y = -x

Substitute the y value in the 1) equation by the 2)

(-x) = 2x + 3

Add x on both sides

-x + x = 2x + 3 + x

0 = 3x + 3

Subtract 3 on both sides

0 - 3 = 3x + 3 - 3

-3 = 3x

Divide 3 on both sides

-3 / 3 = 3x / 3

x = -1

Substitute the x value into one of the equations to find the y value

y = -x

y = - (-1)

y = 1

Therefore, the solution is [tex]\Large\boxed{(-1,1)}[/tex]

Hope this helps!! :)

Please let me know if you have any questions

PLEASE HELP IM STUCK PLS

Answers

Answer:

The slope between these two points is m=-4.

Step-by-step explanation:

Greetings !

[tex]the \: equation \: for \: slope \: m \: is \\ m = \frac{Y₂-Y}{X₂-X₁}..substitute \: known \: values \\ m = \frac{ (-11 - 9) }{(3 - ( - 2)} \\ m = \frac{ - 20}{5} \\ m = - 4[/tex]

The table below shows the linear relationship between the number of people at a picnic and the total cost of the picnic.

A two column table with five rows. The first column, Number of People, has the entries, 6, 9, 12, 15. The second column, Total Cost in dollars, has the entries, 52, 58, 64, 70.

Which statements about the function described by the table are true? Check all that apply.

The independent variable is the number of people.
The initial value (initial fee) for the picnic is $40.
The rate of change is $8.67 per person.
As the number of people increases, the total cost of the picnic increases.
If 4 people attended the picnic, the total cost would be $46.

Answers

The true statements are:

The independent variable is the number of people.The rate of change is $8.67 per person.As the number of people increases, the total cost of the picnic increases.

What are the true statements?

The independent variable is the variable that determines the value of the dependent variable. There is a positive relationship between the number of people at the picnic and the total cost. This is because it can be seen as the number of people at the picnic increases, the total cost changes.

Rate of change = total cost / number of people

$52 / 6 = $8.67

To learn more about independent variables, please check: https://brainly.com/question/26287880

#SPJ1

Answer:

A, B, D

Step-by-step explanation:

right on edge

Functions f(x) and g(x) are composed to form h (x) = startroot x cubed minus 2 endroot. if f (x) = startroot x 2 endroot and g (x) = x cubed a, what is the value of a?

Answers

Function Composition exists when two functions f(x) and g(x) result in another function h(x), such that h(x) = f(g(x)). For function composition h(x) =  f(g(x)), the value of a exist -4.

What is function Composition?

Function Composition exists when two functions f(x) and g(x) result in another function h(x), such that h(x) = f(g(x)). In other words, put the outcome of one function into the other one.

Here, h(x) = f(g(x))

which means, h(x) = f(x³+ a)

[tex]$h(x) = \sqrt{x^3+a+2}[/tex]

[tex]$\sqrt{x^3-2} = \sqrt{x^3+a+2}[/tex]

To estimate the value of a, we separate equal terms:

1) Both are squared, so we can "eliminate" the square;

2) x³ = x³

3) -2 = a+2

a = -4

For function composition h(x) =  f(g(x)), the value of a exist -4.

To learn more about function composition refer to:

https://brainly.com/question/17299449

#SPJ4

Other Questions
Look at this workplace document. what is the purpose of the numbered list? to explain by order of importance how to maintain workplace safety to explain the specific procedure for maintaining workplace safety to explain in point-by-point form how to maintain workplace safety to explain in step-by-step form how to maintain workplace safety a storage room measures 20 feet by 15 feet. the floor is covered by tiles that cost $7.50 per square foot. what will be the cost of the entire floor with tiles? Which is NOT a benefit to alternative resources? *O tend to cost lessO accessible in our own countryO do not pollute our airOwind and solar energy are not always availableHelppp Because of their economies of size, large food processors typically spend a smaller percentage of sales on promotion than do small processors. a. true b. false Her voice is beautiful. She didn't want to be a singer (In spite of) In animal cells, glycolysis occurs in the __________.a, nucleus. b. inner mitochondrial membrane. c. cytosol. d. mitochondrial matrix. e. outer mitochondrial membrane. What rights, if any, does the designer have in protecting the integrity of the original design? Heyy i just need some help with questions 21and 25 if anyone could help me and show the work that would be amazing thank you!! The formula =MID("ABCDEFGHI",3,4) would yield the result Explain the popularity of smoothies. In what ways can they be a benefit to one's diet and in what ways can they be a negative to one's diet? When demand for component parts is tied to demand for the finished part, we have ___ demand. What structure in the male reproductive system produces most of the seminal fluid? Your company currently has par, coupon bonds with 10 years to maturity and a price of. If you want to issue new 10-year coupon bonds at par, what coupon rate do you need to set? assume that for both bonds, the next coupon payment is due in exactly six months. Which expression has a value of -24 when a = -2 and b = 3? A. a16 + b - 10 B. a(16 + b) -10 C. a16 + (b - 10) D. (a16) + b - 10 Which sentence describes how the migration of farmers from rural to urban areas affected europe? Why do we use the halfway-mark as a point of comparison rather than at the point which all the disks are floating? HURRY. Summarize the origin and importance of NAFTA. (Site 1) Could someone check my work? Thank you!REWRITE the following sentences in the negative, also changing them to the pass compos. Watch for agreement of past participles and use of de after a negation. 1. Je mange des bonbons aprs le dner.Je nai pas mang de bonbons aprs le dner. 2. Robert crit des lettres en franais.Robert ncrivait pas de lettres en franais. 3. Elle fait des tartes pour sa famille.Elle na pas cuisin de tartes pour sa famille. 4. Vous faites des devoirs pendant lt.Vous navez pas fait vos devoirs pendant lt. 5. On achte de jolis timbres au tabac.On nachte pas de jolis timbres de tabac. If the concentration of a dilute solution of nitric acid is 0. 0001 m. What is the ph of that solution? What is holistic market?