Help! Ill mark you as brain! 15 points!

Help! Ill Mark You As Brain! 15 Points!

Answers

Answer 1

Answer:

35 in²

Step-by-step explanation:

The irregular shaped can be divided into two squares and one rectangle, so the area will be the additions of the area of the squares and the rectangle

area of square A = L *B = 3 *3 = 9in²

area of square B = L * B = 4*4 = 16in²

area of rectangle C = L * B = 5 *2 = 10in²

th area of the irregular shape = 9 in² + 16 in² + 10 in² = 35 in²


Related Questions

Compute the following 7!/3!

Answers

If we reduce the expression by cancelling common factors, your answer would be 840.

What is the value of x

Answers

Answer:

30 degrees

Step-by-step explanation:

A right angle is 90 degrees. Subtract 30 and you get 60. Then divide it by two because the leftover is 2x.

Answer:

x=30

Step-by-step explanation:

90-30=60

60/2=30

I got the 90* from the right angle

Angle 0 lies in the second quadrant, and sin 0=3/5
Cos 0=

Answers

Answer:

-4/5

Step-by-step explanation:

Please use a symbol such as x or Ф to represent an angle; your 0 is too easily confused with zero.

If Angle Ф lies in the second quadrant, and sin Ф=3/5, find cos Ф.

The sine of an angle is the ratio of the length of the opposite side to the length of the hypotenuse:  sin Ф = opp / hyp = 3 / 5.  Thus the opp side has length 3 and the hyp has length 5.  By the Pythagorean Theorem,

the adj side has length √(5² - 3²), or √(25-9), or √16, or ±4.  Because the angle is in the 2nd quadrant, choose adj = -4.

Then the cosine of this angle is  cos Ф = adj / hyp = -4 / 5  

Final answer:

To find cos 0, use the Pythagorean identity and evaluate.

Explanation:

To find cos 0, use the Pythagorean identity and evaluate. The given information states that angle 0 lies in the second quadrant and sin 0 = 3/5. We need to find cos 0. Since angle 0 is in the second quadrant, cosine is negative in that quadrant. We can use the Pythagorean identity to find cos 0 = √(1 - sin² 0), which becomes cos 0 = √(1 - (3/5)²). Evaluating this gives us cos 0 = √(1 - 9/25) = √(16/25) = 4/5.

the cost function for Dans new clothing store where he sells T-shirt is C=$12.25n+1150.What will Dan's total cost for this month be if he sells 25 T-shirts this month

Answers

Answer:

$1456.25

Step-by-step explanation:

$12.25 multiplied by 25 = $306.25

now you have  $306.25 + $1150 = $1456.25

which is your answer $1456.25

Winston pays $8 for a burger, an order of fries, and a soft drink. Tia buys 2 burgers and a soft drink for $10.50. George buys 2 orders of fries, a burger, and 2 soft drinks for $12. Let x, y, and z represent the cost of a burger, an order of fries, and a soft drink, respectively. If A is the coefficient matrix of the system of equations modeling this situation, identify the inverse matrix, A-1, and the solution matrix, X, of the system of equations.

Answers

Answer:

[tex]A^{-1}=\left[\begin{array}{ccc}2&0&-1\\3&-1&-1\\-4&1&2\end{array}\right][/tex]

X = 4

Step-by-step explanation:

* At first lets revise how to find the inverse of 3 × 3 matrix

- To find the inverse of a 3 x 3 matrix,

# first calculate the determinant of the matrix.

- If the determinant is 0, the matrix has no inverse.

# Second, transpose the matrix by rewriting the first row as the first

  column, the middle row as the middle column, and the third row

  as the third column.

# Third, Find the determinant of each of the 2 x 2 minor matrices,

- To find the right minor matrix for each term, first highlight the row

  and column of the term you begin with. This should include five

  terms of the matrix. The remaining four terms make up the  

  minor matrix.

- Find the determinant of each minor matrix by cross-multiplying

 the diagonals and subtracting

# Fourth, create the matrix of cofactors.

- Place the results of the previous step into a new matrix of

 co-factors by aligning each minor matrix determinant with the

 corresponding position in the original matrix

- When assigning signs, the first element of the first row keeps its

 original sign. The second element is reversed. The third element

 keeps its original sign. Continue on with the rest of the matrix

- The final result of this step is called the Adj matrix of the original

# The inverse matrix = 1/determinant  × Adj matrix

* Now lets find the matrix A from the story problem

∵ x, y, and z represent the cost of a burger, an order of fries, and

  a soft drink

- Order of Winston: x + y + z = 8

- Order of Tia: 2x + z = 10.50

- Order of George: x + 2y + 2z = 12

* Lets make the matrix A

# [tex]A=\left[\begin{array}{ccc}1&1&1\\2&0&1\\1&2&2\end{array}\right][/tex]

# Determinant of A = 1(0×2 - 1×2) - 1(2×2 - 1×1) + 1(2×2 - 0×1)

∴ Determinant of A = 1(-2) - 1(3) + 1(4) = -2 - 3 + 4 = -1

* Lets transposed A

# [tex]A^{T}=\left[\begin{array}{ccc}1&2&1\\1&0&2\\1&1&2\end{array}\right][/tex]

* Lets find the minor matrix for each term

- The 1st row

# (0×2 - 2×1) = -2 , (1×2 - 2×1) = 0 , (1×1 - 0×1) = 1

- The 2nd row

# (2×2 - 1×1) = 3 , (1×2 - 1×1) = 1 , (1×1 - 2×1) = -1

- The 3rd row

# (2×2 - 1×0) = 4 , (1×2 - 1×1) = 1 , (1×0 - 2×1) = -2

* Lets Make Adj A

# [tex]AdjA=\left[\begin{array}{ccc}-2&0&1\\3&1&-1\\4&1&-2\end{array}\right] *\left[\begin{array}{ccc}+&-&+\\-&+&-\\+&-&+\end{array}\right]=\left[\begin{array}{ccc}-2&0&1\\-3&1&1\\4&-1&-2\end{array}\right][/tex]

* Lets write inverse of A

# [tex]A^{-1}=\frac{1}{-1}\left[\begin{array}{ccc}-2&0&1\\-3&1&1\\4&-1&-2\end{array}\right]=\left[\begin{array}{ccc}2&0&-1\\3&-1&-1\\-4&1&2\end{array}\right][/tex]

* Now lets find the solution matrix for X

# [tex]A_{x}=\left[\begin{array}{ccc}8&1&1\\10.5&0&1\\12&2&2\end{array}\right][/tex]

∴ Ax = 8(0×2 - 1×2) - 1(10.5×2 - 1×12) + 1(10.5×2 - 0×12)

∴ Ax = -16 - 9 + 21 = -4

* Lets find the value of X

∵ X = Ax/A

∴ X = -4/-1 = 4

The costs: burger ($3), fries ($1.50), and soft drink ($3.50). We used the inverse matrix A⁻¹ to solve the system Aˣ=b.

Let's define the system of equations based on the given information:

Burger + Fries + Soft Drink = $82 Burgers + Soft Drink = $10.502 Fries + Burger + 2 Soft Drinks = $12

This can be written as:

x + y + z = 82x + 0y + z = 10.50x + 2y + 2z = 12

In matrix form, this is:

A * X = B

Where:

[tex]A = \left[\begin{array}{ccc}1&1&1\\2&0&1\\1&2&2\end{array}\right][/tex]

[tex]X = \left[\begin{array}{c}x\\y\\z\end{array}\right][/tex]

[tex]B = \left[\begin{array}{c}8\\10.5\\12\end{array}\right][/tex]

The inverse matrix A-1 is found using matrix inversion methods. Let's denote A⁻¹:

[tex]A^{-1} = \left[\begin{array}{ccc}[2&-2.5&0.5\\-1&1.5&-0.5\\0&0&1\end{array}\right][/tex]

The solution matrix X is:

X = A⁻¹ * B

After performing matrix multiplication:

[tex]X = \left[\begin{array}{ccc}[2&-2.5&0.5\\-1&1.5&-0.5\\0&0&1\end{array}\right] * \left[\begin{array}{c}8\\10.5\\12\end{array}\right] = \left[\begin{array}{c}3\\1.5\\3.5\end{array}\right][/tex]

Therefore, the cost of a burger is $3, an order of fries is $1.50, and a soft drink is $3.50.

Which expression can be used to represent 8 more than the product of 15 and 12?​

Answers

Answer:

25

Step-by-step explanation:

15x12=180

8x25=200

The expression is [tex]\(15 \times 12 + 8 = 188\)[/tex].

To represent "8 more than the product of 15 and 12", you would first calculate the the product of 15 and 12, and then add 8 to to the result.

1. Calculate the product of of 15 and 12:

 [tex]\(15 \times 12 = 180\)[/tex]

2. Add 8 to to the result:

 [tex]\(180 + 8 = 188\)[/tex]

So, the expression representing "8 more than the product of of 15 and 12" is [tex]\(15 \times 12 + 8\)[/tex], which simplifies to to [tex]\(188\)[/tex].

Find the measure of angle x

Answers

x = 90 - 28

x = 62°

The answer is choice B.

Answer:

The answer is B; 62 degrees

Step-by-step explanation:

A straight line has an angle measure of 180 degrees

So our equation to solve for x is: 180 - 90 - 28 = x

Therefore, x = 62

AB and BC form a right angle at point B. if A= (-3, -1) and B = (4, 4), what is the equation of BC

Answers

Answer:

With fractions: [tex]y=-\frac{7}{5} x+\frac{48}{5}[/tex]

With decimals: [tex]y=-1.4x+9.6[/tex]

Step-by-step explanation:

First we are finding the slope of line AB using the slope formula:

[tex]m=\frac{y_2-y_1}{x_2-x_1}[/tex]

where

[tex]m[/tex] is the slope

[tex](x_1,y_1)[/tex] are the coordinates of the first point

[tex](x_2,y_2)[/tex] are the coordinates of the second point

The first point is A= (-3, -1) and the second one is B = (4, 4), so [tex]x_1=-3[/tex], [tex]y_1=-1[/tex], [tex]x_2=4[/tex] and [tex]y_2=4[/tex].

Replacing values

[tex]m=\frac{4-(-1)}{4-(-3)}[/tex]

[tex]m=\frac{4+1}{4+3}[/tex]

[tex]m=\frac{5}{7}[/tex]

Now, since AB and BC form a right angle, BC is perpendicular to AB. The slope of a perpendicular line is the negative reciprocal of the other line; in other words, the slope of BC is the negative reciprocal of the slope of AB. To find the negative reciprocal of the slope of AB we just need to multiply its slope by -1 and invert the fraction:

[tex]m_{AB}=\frac{5}{7}[/tex]

[tex]m_{BC}=-\frac{7}{5}[/tex]

Finally, to complete the equation of BC, we are using the point-slope formula:

[tex]y-y_1=m(x-x_1)[/tex]

where

[tex]m[/tex] is the slope

[tex](x_1,y_1)[/tex] are the coordinates of the point

We know that [tex]m_{BC}=-\frac{7}{5}[/tex], so [tex]m=-\frac{7}{5}[/tex]. Since the line passes throughout point B = (4, 4), [tex]x_1=4[/tex] and [tex]y_1=4[/tex].

Replacing values

[tex]y-y_1=m(x-x_1)[/tex]

[tex]y-4=-\frac{7}{5} (x-4)[/tex]

[tex]y-4=-\frac{7}{5} x+\frac{28}{5}[/tex]

[tex]y=-\frac{7}{5} x+\frac{28}{5}+4[/tex]

[tex]y=-\frac{7}{5} x+\frac{48}{5}[/tex]

[tex]y=-1.4x+9.6[/tex]

Answer:

-7x − 5y = -48

Step-by-step explanation:

This was correct on plato :D

Brainliest to first correct answer.
———————————
Plane P contains four distinct lines, L1, L2, L3, and L4. Suppose L1 is perpendicular to L2, L2 is perpendicular to L3, and L3 is parallel to L4. How are L1 and L4 related?
———————————
A. L1 is perpendicular to L4 because L1 is parallel to L3, and L3 is parallel to L4.

B. L1 is parallel to L4 because L1 is perpendicular to L3 and L3 is parallel to L4.

C. L1 is perpendicular to L4 because L1 is perpendicular to L3 and L3 is parallel to L4.

D. L1 is parallel to L4 because L1 is parallel to L3 and L3 is parallel to L4.

Answers

Answer: D.  L1 is parallel to L4 because L1 is parallel to L3 and L3 is parallel to L4.

Step-by-step explanation: Since L1 and L3 are both perpendicular to L2, L4 is parallel to L1 if L1 is parallel to L3

Answer:

The correct option is D.

Step-by-step explanation:

It is given that L1 is perpendicular to L2, L2 is perpendicular to L3, and L3 is parallel to L4.

L1 ⊥L2, L2 ⊥ L3, L3║L4.

If one line perpendicular to second line and second line perpendicular to third line, then first and third line are parallel.

[tex]L_1\perp L_2,L_2\perp L_3\Rightarrow L_1\parallel L_3[/tex]

Using transitive property of parallel lines.

[tex]L_1\parallel L_3,L_3\parallel L_4\Rightarrow L_1\parallel L_4[/tex]

L1 is parallel to L4 because L1 is parallel to L3 and L3 is parallel to L4.

Therefore the correct option is D.

2x + 3y = 105

x + 2y = 65

Answers

Solve for x in x + 2y = 65

x = 65 - 2y

Substitute x = 65 - 2y into 2x + 3y = 105

130 - y = 105

Solve for y in 130 - y = 105

y = 25

Substitute y = 25 into x = 65 - 2y

x = 15

Therefore;

x = 15

y = 25

How am I supposed to know why the variable(x in this case) goes on the top or bottom of the fraction? Like from this question. I am confused.
Because of slumping sales, a small company had to lay off some of its employees. The ratio of total employees to employees laid off is 5 to 1. Find the total number of employees if 22 employees were laid off? How would I know?

Answers

Answer:

see explanation

Step-by-step explanation:

When constructing the ratio to solve, let x be the quantity to be found.

In this case the total number of employees

The 1 part of the ratio represents employees laid off, that is 22

The 5 part of the ratio represents total employees

The x and 5 go together, either on the numerator or denominator

[tex]\frac{5}{1}[/tex] = [tex]\frac{x}{22}[/tex]

5 and x both on numerator

OR

[tex]\frac{1}{5}[/tex] = [tex]\frac{22}{x}[/tex]

5 and x both on denominator

Both will lead to the same answer

[tex]\frac{5}{1}[/tex] = [tex]\frac{x}{22}[/tex] ( cross- multiply )

x = 5 × 22 = 110 ← total number of employees

[tex]\frac{1}{5}[/tex] = [tex]\frac{22}{x}[/tex] ( cross- multiply )

x = 5 × 22 = 110 ← total number of employees

solve the equation -3+1+10x=x+4
hurry homies

Answers

Final answer:

To solve the equation -3 + 1 + 10x = x + 4, the like terms are combined, variables are moved to one side, and the resulting linear equation is simplified to find x = 2 / 3.

Explanation:

To solve the equation -3 + 1 + 10x = x + 4, you first need to simplify and rearrange the equation to isolate the variable x on one side. Start by combining like terms on the left side:

-3 + 1 = -2, so the equation simplifies to -2 + 10x = x + 4.

Next, move the x terms to one side by subtracting x from both sides of the equation:

10x - x = 4 + 2

This simplifies to 9x = 6. Finally, divide both sides by 9 to solve for x:

x = 6 / 9 or x = 2 / 3.

The solution to the equation is x = 2 / 3.

I need help please???!!

Answers

Answer:

True

Step-by-step explanation:

Any point on the x- axis has a y- coordinate of zero, hence

(2, 0) lies on the x- axis

the perimeter of a rectangular picture frame is 32 inches.the length of the frame is 2 inches longer than the width. what are the dimensions of the frame? STEP BY STEPPP

Answers

Answer:

The width is 7 inches and the length is 9 inches

Step-by-step explanation:

So we can divide 32 by 2 because we know perimeter is 2(l*w)

So it becomes 16, and it is now (l*w)

We know that the length is 2 inches longer so we subtract 2 from 16.

It then becomes 14 inches so therefore we can then divide it by 2.

14 divided by 2 is 7 and therefore we add 2 because we subtracted the two from earlier temporarily.

Therefore the width is 7 and the length is 9.

Final answer:

To find the dimensions of the picture frame with a perimeter of 32 inches and length 2 inches more than its width, equations based on the rectangle's perimeter formula are used. The width is found to be 7 inches, leading to a length of 9 inches.

Explanation:

To determine the dimensions of a rectangular picture frame where the perimeter is 32 inches and the length is 2 inches longer than the width, we can set up two equations based on the properties of a rectangle's perimeter. The perimeter (P) of a rectangle is given by the formula P = 2l + 2w, where l is the length and w is the width. Let's denote the width of the frame as w inches; thus, the length will be w + 2 inches since the length is 2 inches longer than the width.

Now, since the perimeter is 32 inches, we plug in our expressions for length and width into the perimeter formula: 2(w + 2) + 2w = 32. Simplifying this, we get 2w + 4 + 2w = 32. Combining like terms, we have 4w + 4 = 32. Subtracting 4 from both sides, we get 4w = 28. Dividing both sides by 4, we find w = 7 inches.

Therefore, the width of the frame is 7 inches, and the length, being 2 inches longer, is 7 + 2 = 9 inches. So the dimensions of the frame are 7 inches by 9 inches.

Please help I don’t understand how to do this

Answers

Answer:

16. 270/3630

17.240/ 3630

18. 1550/ 3630

19. 560/3630

Step-by-step explanation:

Selected at random means all the books combined which is 3630 the it asks for which ever specific thing which is just the number of those books over the total.

Hope this helps!

I need the Answer.... PLZ PLZ PLZ

Answers

Answer:

The answer is B.

Step-by-step explanation:

Please mark brainliest!

When the sum of 1/2 and 1/3 is divided by the product of 1/2 and 1/3 what is a quotient

Answers

Answer:

56

Step-by-step explanation:

To calculate the quotient of the sum of 1/2 and 1/3 divided by the product of 1/2 and 1/3, we need to perform two separate calculations first: one for the sum and one for the product.
1. Calculate the Sum:
First, we find the sum of the fractions 1/2 and 1/3. To add two fractions, we need a common denominator. The least common multiple of 2 and 3 is 6, so we convert both fractions to have a denominator of 6:
\[
\frac{1}{2} = \frac{3}{6}, \quad \text{ and }\quad \frac{1}{3} = \frac{2}{6}.
\]
Then, we add the two fractions:
\[
\frac{3}{6} + \frac{2}{6} = \frac{3+2}{6} = \frac{5}{6}.
\
The sum of 1/2 and 1/3, therefore, is 5/6.
2. Calculate the Product:
Next, we find the product of the two fractions by multiplying them directly:
\[
\frac{1}{2} \times \frac{1}{3} = \frac{1 \times 1}{2 \times 3} = \frac{1}{6}.
\]
The product of 1/2 and 1/3 is 1/6.
3. Divide the Sum by the Product:
Finally, we divide the sum by the product:
\[
\frac{5/6}{1/6} = \frac{5}{6} \times \frac{6}{1} = \frac{5 \times 6}{6 \times 1} = \frac{30}{6} = 5.
\
The quotient of the sum of 1/2 and 1/3 divided by the product of 1/2 and 1/3 is 5.
Thus, the final answer to the question is 5.

6–[(−3)+(−7)]–[(−1)–(−5)–(−8)]

Answers

Answer:

24

Step-by-step explanation:

Just plug it into the calculator.

1/3 of a quart of paint covers 1/4 of a basketball court how much paint does it take to paint the entire basketball court?

Answers

Answer:

4/3

Step-by-step explanation:

If 1/3 quart of paint covers 1/4 of a basketball field, multiply 1/3 by 4 (since the denominator of 1/4 is 4 and the denominators represents the amount of peices that you're dividing the court into.)

(Remember that 4 is the same as 4/1)

Now, multiply the numerators and denominators.

1 x 4 = 4

3 x 1 = 3

= 4/3

So, 4/3 quart of paint would cover the enitre basketball court. I hope this helps!

Final answer:

It takes 1 and 1/3 quart of paint to paint the entire basketball court.

Explanation:

To find out how much paint it takes to paint the entire basketball court, we need to find the total amount of paint that covers 1 basketball court. We know that 1/3 of a quart of paint covers 1/4 of a basketball court. So to find the amount of paint that covers the entire basketball court, we can multiply the amount that covers 1/4 of a court by 4.

1/3 quart * 4 = 4/3 quart.

Therefore, it takes 4/3 quart or 1 and 1/3 quart of paint to paint the entire basketball court.

Learn more about painting a basketball court here:

https://brainly.com/question/29189155

#SPJ2

In parallelogram ABCD, AE=x^2-6 and CE=5x what is the value of x ? What is AC?

Answers

Answer:

see explanation

Step-by-step explanation:

The diagonals of a parallelogram bisect each other, hence

AE = EC, that is

x² - 6 = 5x ( subtract 5x from both sides )

x² - 5x - 6 = 0 ← in standard form

(x - 6)(x + 1) = 0 ← in factored form

Equate each factor to zero and solve for x

x - 6 = 0 ⇒ x = 6

x + 1 = 0 ⇒ x = - 5

However x > 0 ⇒ x = 6

AC = x² - 6 + 5x = 6² - 6 + 5(6) = 36 - 6 + 30 = 60

Final answer:

To find the value of x in parallelogram ABCD, set up an equation using the given information and solve for x. Use the fact that the diagonals of a parallelogram bisect each other to find AC.

Explanation:

To find the value of x in parallelogram ABCD, we can set up an equation using the given information:

AE = x2-6

CE = 5x

By solving this equation, we can find the value of x.

To find the value of AC, we can use the fact that in a parallelogram, the diagonals bisect each other. So, AC = CD/2. By substituting the value of CD from the earlier equation, we can find AC.

The cylinder has a volume of 536.94 cubic inches. What is the radius of the cylinder? (Use 3.14)

Answers

The formula for the volume of a cylinder is V = π r^2 h

We know what the volume (V) and PI is so:

536.94 = 3.14 r^2 h

But since we don't know the height, it is not possible to find the radius as we cannot find the value of a variable if there are still more than 1 variable in an equation in which we don't know the value of

I would suggest to delete this question and add the height or tell us the height of the cylinder in the comments

which describes money that is received from a sale of goods or services?

Answers

Answer:

revenue

Step-by-step explanation:

It is another name for funds or money received from a sale of goods or services.

Answer:

it is revenue

Step-by-step explanation:

Factor the expression below. x2 - 6x + 9 A. 3(x2 - 2x + 3) B. (x - 3)(x + 3) C. (x + 3)(x + 3) D. (x - 3)(x - 3)

Answers

For this case we must factor the following quadratic expression:

[tex]x ^ 2-6x + 9[/tex]

To factor, we must find two numbers that when multiplied give as result +9 and when added or subtracted give as result -6.

These numbers are:

-3 and -3

[tex]-3-3 = -6\\-3 * (- 3) = + 9[/tex]

So, we have:

[tex](x-3) (x-3)[/tex]

ANswer:

Option D

Answer:

D. (x - 3)(x - 3)

Step-by-step explanation:

We are given the following expression and we are to factorize it:

[tex]x^2-6x+9[/tex]

Finding factors of positive 9 such that when added they give a result of -6.

[tex] x ^ 2 - 6 x + 9 [/tex]

[tex] x ^ 2 - 3 x - 3 x + 9 [/tex]

Factorizing them to get:

[tex] x ( x - 3 ) - 3 ( x - 3 ) [/tex]

[tex] ( x - 3 ) ( x - 3 ) [/tex]

Please explain your answer as well. THX!!

Answers

Answer:

The correct option is the fourth one.

Step-by-step explanation:

FIRST QUESTION:

To solve this problems we need to know the following things:

1. Given f(x) = k*g(x). We know that the graph of f(x) will be identical to the graph of g(x) but enlarged or compressed depending on the value of k.

2. Given f(x) = g(x) + k. We know that the graph of f(x) will be identical to the graph of g(x) but shift downwards if k<0 or shift upwards if k>0.

Having said this, we have that:

f(x) = 1/2 * log_2 (x) - 8

In this case, there are two transformations: The function is supressed by 1/2 and also shifted downwards by 8 units.

SECOND QUESTION

We need to find the portion of domain where f(x) = x^2 + a is one-to-one.

A function f is one-to-one if each x in the domain has exactly one image in the range. And, no y in the range is the image of more than one x in the domain.

So if we want a one-to-one function we need to restrict the domain starting from x=0. So it would be: [0, inf)

Now to find the inverse function, we need to solve the equation for "x"

y = x^2 + a

y - a = x^2

x = sqrt(y-a)

Then, the inverse function would be:

y = sqrt(x-a)

The correct option is the fourth one.

How do I solve absolute value equalities?
4| n+8 | = 56

Answers

Answer:

Step-by-step explanation:

I believe you do, 4 times each number in the absolute value symbol. 4 times n, 4 times positive 8.  4n+32=56

You minus 32 on both sides and you get 24. Then you take 24 and divide it by 4, and there is your answer 6.

You can check it by plugging 6 into the equation.

What are the zeros of the function? f(x)=x3+x2−6x

Answers

Answer:

x = - 3, x = 0, x = 2

Step-by-step explanation:

To find the zeros equate f(x) to zero, that is

x³ + x² - 6x = 0 ← factor out x from each term

x(x² + x - 6) = 0

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

Equate each factor to zero and solve for x

x = 0

x + 3 = 0 ⇒ x = - 3

x - 2 = 0 ⇒ x = 2

Answer:  The zeroes of the given function are -3, 0 and 2.

Step-by-step explanation:  We are given to find the zeroes of the following function :

[tex]f(x)=x^3+x^2-6x~~~~~~~~~~~~~~~~~~~~(i)[/tex]

We know that

zeroes of a function y = f(x) are found by solving the following equation :

f(x) = 0.

Therefore, from equation (i), we have

[tex]x^3+x^2-6x=0\\\\\Rightarrow x(x^2+x-6)=0\\\\\Rightarrow x(x^2+3x-2x-6)=0\\\\\Rightarrow x(x(x+3)-2(x+3))=0\\\\\Rightarrow x(x-2)(x+3)=0\\\\\Rightarrow x=0,~~x-2=0,~~x+3=0\\\\\Rightarrow x=0,~2,~-3.[/tex]

Thus, the zeroes of the given function are -3, 0 and 2.

Please help me with this problem. Number 14 btw

Answers

16x 2.5x 5= 200 that’s the volume I think it’s saying there is 19.3 grams for every centimeter of volume soo 200x 19.3 =3,860 mass ..... I would double check me

Answer:

Gold bar volume = 16 * 2.5 * 5 = 200

Density * Volume = Mass

19.3 * 200 = 3,860 grams of gold

Step-by-step explanation:

A soccer field is 50 yards wide and 60 yards long. If a person walks across the field along the diagonal instead of walking the length and width of the field, how much shorter is the distance? Round to the nearest thousandth.

Answers

Answer:

66 yards

Step-by-step explanation:

it eaquls that because it is PerfEctIng liveS

What is the sum of 4.9 × 102 and 6.8 × 103?

Answers

Answer:

The sum is

[tex]7.92\times 10^3[/tex]

Step-by-step explanation:

We want to add

[tex]4.9\times 10^2 and 6.8\times 10^3[/tex]

The sum of these two numbers is:

[tex]4.9\times 10^2 +6.8\times 10^3[/tex]

This is the same as:

[tex]4.9\times 100 +6.8\times 1000[/tex]

[tex]490 +6800=7290[/tex]

We rewrite 7290 in standard form to get;

[tex]7.92\times 10^3[/tex]

To write the polynomial −x^3 + x^4 + x − x^2 in standard form, which term should go first?


A. the linear term


B. the cubic term


C. the constant term


D. the quartic term

Answers

Answer: OPTION D

Step-by-step explanation:

 To express a polynomial in Standard form, you need to see the exponent of each term of the polynomial and then order the polynomial from highest exponent to lowest exponent.

Therefore, for the polynomial  [tex]-x^3 + x^4 + x - x^2[/tex], you can see that the term that thas the highest exponent is x⁴ (The quartic term).

Then, this polynomial written in Standard form is:

[tex]x^4 - x^3 - x^2+x[/tex]

Therefore, the term that should go first is: the quartic term.

Other Questions
A rectangular brick walkway has a length of ten feet and a width of four feet.The length and the width of the walkway will each be expanded by 25%.What will be the increase in the area,in square feet,of the walkway the base of the pyramid in the diagram is a regular hexagon. The length of each side of the hexagon is 6 ft and the height of the pyramid is 6 ft . The area of the regular hexagon is 93.5 ft. What is the volume of the pyramid? Write a hypothesis about how the number of half-lives affects the number of radioactive atoms. Use the "if . . . then . . . because . . ." format and be sure to answer the lesson question: "How does the number of radioactive atoms change over time?"answer- If the number of half-lives increases, then the number of radioactive atoms decreases, because approximately half of the atoms' nuclei decay with each half-life. what is the greatest common factor of 42 and 84what is the least common multiple of 4 and 10 I need this answered asap pls How many cups are in a 16 lb bag? How many cups are in a 22 lb bag? What is the total value of the goods and services produced in the nation in a year called?A. Gross Domestic ValueB. Gross Daily ProductivityC. Gross Domestic Product Ryan bought 3 books and a magazine . He paid $30 and relieved $5 change if the magazine cost twice as much as each book, find the cost of the magazine. please explain in algebra only :) What method of manufacturing, introduced in the early 1800s, made mass production possible which is greater -7 or -3 Which of the following was not an effect of the Russian Revolution of 1917? What is the reciprocal of cos0 Fifty percent of the gases making up the atmosphere are found below ________. 10 miles (16.2 km) 6 miles (10.4 km) 3 miles (5.6 km) 8 miles (12.8 km) which type of map is most likely to show current air temperatures across a region? A. topographic B. weather. C. climate. D. physical What direction do lines of latitude go vertically or horizontally Cyril is a very monk. He devotes his life to religion and earnestly follows the of his church. He is not interested in matters, which he regards as distractions from the worship of the that he believes in. Like ross played tag with a lively friendly gazelle on the hillside Explain how energy allows a paper clip to be attracted to a magnet What is a psychological novel 1.Why is exposure a subjective decision? 2.How do our decisions about aperture and shutter speed influence the photography that we take?W. Eugene Smith said, Up to and including the moment of exposure, the photographer is working in an undeniably subjective way. By his choice of technical approach, by the selection of the subject matter...and by his decision as to the exact cinematic instant of exposure, he is blending the variables of interpretation into an emotional whole.Please post detailed answers to the questions above. thank u. Steam Workshop Downloader