Find 2x^3-x^3+4x+7 divided by x+3

Answers

Answer 1

Answer:

(x^3+4x+7)/(x+3)

Step-by-step explanation:

you just combine the like terms on the top and put it in a fraction. let me know if that helped.


Related Questions

write an equation for the altitude from vertex A of the triangle where point a is (-1,0) point b is (8,-5) and point c is (2,-3)

Answers

The equation of the altitude from vertex A of the triangle is y = (3/2)x + 3/2.

To write an equation for the altitude from vertex A of the triangle where point A is (-1,0), point B is (8,-5), and point C is (2,-3), we need to use the slope-intercept form of an equation for the line that contains the side opposite vertex A. Here are the steps:

1. Find the slope of the line containing side BC using the slope formula: m = (yb - yc)/(xb - xc) = (-5 - (-3))/(8 - 2) = -2/3.

2. Find the equation of the line containing side BC using point-slope form: y - yb = m(x - xb). Using point B, we get: y + 5 = (-2/3)(x - 8). Simplifying, we get y = (-2/3)x + 19/3.

3. The altitude from vertex A of the triangle is perpendicular to side BC. Therefore, its slope is the negative reciprocal of the slope of side BC, which is 3/2.

4. We can find the equation of the altitude by using point-slope form again, this time using point A: y - ya = m(x - xa). Using point A and the slope 3/2, we get: y - 0 = (3/2)(x + 1). Simplifying, we get: y = (3/2)x + 3/2.

Summary: To find the equation of the altitude from vertex A of the given triangle, we first found the slope of the line containing the side opposite vertex A, which is BC. Then, we found the equation of this line using point-slope form. Next, we used the fact that the altitude is perpendicular to side BC and found its slope, which is the negative reciprocal of the slope of side BC. Finally, we used the point-slope form again to find the equation of the altitude using point A and its slope. The equation we obtained is y = (3/2)x + 3/2.

For more questions on equations

https://brainly.com/question/29174899

#SPJ8

which of the following successfully switches the integer values of the variables x and y? temp may be used as a temporary variable if necessary. x

Answers

A web server is software and hardware that uses HTTP (Hypertext Transfer Protocol) and other protocols to respond to client requests made over the World Wide Web. The main job of a web server is to display website content by storing, processing, and delivering web pages to users.

To successfully switch the values of the variables x and y using a temporary variable called "temp," you can follow these steps:

1. Assign the value of x to the temporary variable: temp = x;
2. Assign the value of y to the variable x: x = y;
3. Assign the value stored in the temporary variable (temp) to the variable y: y = temp; By following these steps, the values of the variables x and y will be switched using the temporary variable "temp."The purpose of the break statement is to break out of a loop early. For example, if the following code asks you to input an integer number, x, If x is divisible by 5, the break statement is executed, and this causes the exit from the loop.The break statement ends the loop immediately when it is encountered. Its syntax is broken. The break statement is almost always used with an if-else statement inside the loop.

Learn more about the switch: https://brainly.com/question/14883923

#SPJ11

Give an O(n log k) time algorithm to merge k sorted lists into one sorted list, where n is the total number of elements in all the input lists.
Please check answer below what corrections needs to be done? or what do you propose?
Potential answer:
Given k sorted lists with a total of n elements show how to merge them in O(n lg k) time. Insertall k elements a position 1 from each list into a heap. Use EXTRACT-MAX to obtain the rst elementof the merged list. Insert element at position 2 from the list where the largest element originallycame from into the heap. Continuing in this fashion yields the desired algorithm. Clearly therunning time is O(n lg k).

Answers

The given answer is mostly correct. The operation to extract the most elements from a heap algorithm, however, is designated EXTRACT-MIN rather than EXTRACT-MAX.

The algorithm takes advantage of the properties of a heap data structure to merge k sorted lists in O(n log k) time. First, the algorithm inserts the first element of each list into a heap.

The maximum element is extracted from the heap and added to the merged list. Then, the next element from the list where the maximum element originated is inserted into the heap. This process continues until all elements are in the merged list.

Since the stack addition and extraction take O(log k) time and the absolute number of components is n, the general time intricacy of the calculation is O(n log k).

Learn more about algorithms at

https://brainly.com/question/22984934

#SPJ4

I need to know what the answer is :)

I need to know what the answer is :)

Answers

3 ahhhhhhhhhhhhhhhhhhhhhhhhh

a club sells 40 tickets to a raffle. issac bought one ticket. the probability that he will win the raffle is

Answers

Isaac has a 1/40 chance of winning the raffle, or a 2.5% chance. This indicates that he has a 2.5% probability of having his ticket chosen out of the 40 tickets that were sold.

Isaac has a 1/40 chance of winning the raffle, or a 2.5% chance. This indicates that he has a 2.5% probability of having his ticket chosen out of the 40 tickets that were sold. This is because there is only one raffle winner and it is impossible to predict which ticket will be picked.

It's also crucial to remember that his odds of winning are entirely independent of those of any other ticket holder; nobody else's ticket will affect the outcome of the raffle. As a result, Isaac has the same chance of winning as any other ticket holder. It's also vital to remember that regardless of how many tickets are sold, the likelihood of winning stays the same. Therefore, regardless of how many raffle tickets are sold, there is a 2.5% chance of winning.

Learn more about probability here

https://brainly.com/question/11234923

#SPJ4

YALL PLEASE I NEED HELP THIS IS DUE TMR AND IVE BEEN TRYING FOR THE PAST 5 MINS ON QUESTION 1 ‍♀️

YALL PLEASE I NEED HELP THIS IS DUE TMR AND IVE BEEN TRYING FOR THE PAST 5 MINS ON QUESTION 1

Answers

Add 7 to both sides

Solution

Y= 28

Answer:

Just like the other said

Step-by-step explanation:

Add 7 to both like he said. I see you erased some work. what you did was actually correct

Determine whether each ordered pair is a solution or not a solution to this system of inequalities.

y< −x

2x+y>2

Answers

The ordered pair that is the solution of the given system of inequalities is (2, -2)

What is inequality?

A relationship between two expressions or values that are not equal to each other is called inequality.

Given is a system of inequalities, y < -x and 2x+y > 2, we need to determine solution set of the given system of inequalities,

The inequalities are,

y < -x....(i)

2x+y > 2

y < 2-2x...(ii)

To find the ordered pair, put y = -x in equation Eq(ii) and replace < by =

-x = 2 - 2x

x = 2

y = -2

Therefore, the ordered pair, is (2, -2) {look at the graph attached}

Hence, the ordered pair that is the solution of the given system of inequalities is (2, -2)

Learn more about inequalities, click;

https://brainly.com/question/30228778

#SPJ1

Determine whether each ordered pair is a solution or not a solution to this system of inequalities.y&lt;

Hi i want to ask you something Emma wrote thirty-six thousand,forty-two as 3,642.Explain what she did wrong.Then write the number correctly.

Answers

She did not put 36 as a thousand. The real answer is 36,042

Answer:

Hi.

thirty-six thousand,forty-two is written as 36,042.

3,642 is three thousand, six hundred forty-two.

Step-by-step explanation:

The temperature is -3F at 7:00 a.m during the next 4 hours,the temperature increases to 21F.what is the temperature at 11:00 a.m?

Answers

Answer:

I believe it is 24°F

Step-by-step explanation:

I'm just cool like that

In the geometric sequence 6,12,24,48,dots, which term is 768? The second term of a geometric sequence is (3)/(4) and its fourth term is 3 . What is the first term? The next activity is about finding the geometric means. Always

Answers

The first question asks for the term number of 768 in the sequence 6, 12, 24, 48, ..., and the second question asks for the first term in a sequence given the second and fourth terms.

1. To determine the term number of 768 in the sequence 6, 12, 24, 48, ..., we observe that each term is obtained by multiplying the previous term by 2. This makes it a geometric sequence with a common ratio of 2. We can express this sequence as an = a1 * r^(n-1), where a1 is the first term, r is the common ratio, and n is the term number. Solving the equation 6 * 2^(n-1) = 768, we find that n = 7. Therefore, the term number 768 is the 7th term in the sequence.

2. In the second question, we are given the second term (3/4) and the fourth term (3) of a geometric sequence. Using the formula for the nth term, we can write 3/4 = a1 * r and 3 = a1 * r^3, where a1 is the first term and r is the common ratio. Dividing the two equations, we get (3/4)/(3) = (a1 * r)/(a1 * r^3). Simplifying this equation, we find r^2 = 1/4. Taking the square root, we get r = 1/2 or r = -1/2. Since geometric sequences cannot have negative common ratios, we choose r = 1/2. Substituting this value into the first equation, we can solve for a1 to find the first term.

In both questions, the concepts of geometric sequences, common ratio, and term number are used to solve the problems.

Learn more about  geometric sequences: brainly.com/question/24643676

#SPJ11

Sam made $147 for 7 hours of work at the same rate how much would he make for 9 hours of work

Answers

divide $147 by 7 you’ll get 21, so he’s making 21 dollars an hour, you’ll multiply 21 by 9 which you’ll get $189
so your answer will be $189 for 9 hours of work
hope this helps!

Write an equation for the line that passes through (2, 5) and (6, 7). You may use graphing paper as needed for this question.

Enter in the equation below:

Answers

The equation of the line that passes through the point (2, 5) and (6, 7) is

y = (1/2)x + 4.

What is an equation of a line?

The equation of a line is given by:

y = mx + c

where m is the slope of the line and c is the y-intercept.

We have,

The equation of a line passes through points (2, 5) and (6, 7).

The equation of a line can be written as:

y = mx + c ______(1)

Points (2, 5) and (6, 7) must satisfy line (1).

5 = 2m + c _____(A)

7 = 6m + c ______(B)

From (A),

c = 5 - 2m

Putting in (B).

7 = 6m + 5 - 2m

7 = 4m + 5

2 = 4m

m = 1/2

Putting in (A) we get,

5 = 2 x 1/2 + c

5 = 1 + c

c = 4

Now,

The equation of the line is:

y = (1/2)x + 4.

Thus,

The equation of the line that passes through the point (2, 5) and (6, 7) is

y = (1/2)x + 4.

Learn more about equation of a line here:

https://brainly.com/question/23087740

#SPJ1

4. Tim has a wheelbarrow full of sand. He can fill a 12 litre bucket with the sand 15 times. (a) How many times could he fill a bucket with a capacity of 18 litres, with the sand from the wheelbarrow?

Answers

Tim could fill the 18-litre bucket in 22.5 times.

How many times could Tim fill an the bucket?

To get the number of times he could fill an 18-litre bucket with the sand from the wheelbarrow, we wil set up proportion using the known information.

The amount of sand that can fill a 12-litre bucket is proportional to the number of times it can fill the bucket.

The proportion will be:

12 litres / 15 times = 18 litres / x times

12x = 15 * 18

12x = 270

x = 270 / 12

x = 22.5.

Read more about proportion

brainly.com/question/1496357

#SPJ1

Which data set is the most clustered around its mean?
A.4, 10, 8, 6
B.11, 3, 10, 4
C.2, 9 ,13, 4
D.11, 2, 9, 6

Answers

The data set is the most clustered around its mean is

A.4, 10, 8, 6

How to find the data

To determine which data set is the most clustered around its mean, we can calculate the mean and the standard deviation for each data set.

calculate the mean and standard deviation for each data set

Data Set A: 4, 10, 8, 6

Mean: (4 + 10 + 8 + 6) / 4 = 28 / 4 = 7

Standard Deviation: √[(4-7)^2 + (10-7)^2 + (8-7)^2 + (6-7)^2] / 4 ≈ 1.58

Data Set B: 11, 3, 10, 4

Mean: (11 + 3 + 10 + 4) / 4 = 28 / 4 = 7

Standard Deviation: √[(11-7)^2 + (3-7)^2 + (10-7)^2 + (4-7)^2] / 4 ≈ 3.87

Data Set C: 2, 9, 13, 4

Mean: (2 + 9 + 13 + 4) / 4 = 28 / 4 = 7

Standard Deviation: √[(2-7)^2 + (9-7)^2 + (13-7)^2 + (4-7)^2] / 4 ≈ 4.27

Data Set D: 11, 2, 9, 6

Mean: (11 + 2 + 9 + 6) / 4 = 28 / 4 = 7

Standard Deviation: √[(11-7)^2 + (2-7)^2 + (9-7)^2 + (6-7)^2] / 4 ≈ 3.27

Comparing the standard deviations, we find that data set A has the smallest standard deviation of approximately 1.58. this indicates that the data points in Data Set A are the closest to the mean, making it the most clustered around its mean.

Therefore, the answer is A. 4, 10, 8, 6.

Learn more about mean at

https://brainly.com/question/20118982

#SPJ1

30+2k+5k=100
What is k?

Answers

Answer:

k = 10

Step-by-step explanation:

30+2k+5k=100

Combine like terms

30 + 7k = 100

Subtract 30 from each side

30+7k-30 = 100-30

7k  = 70

Divide each side by 7

7k/7 = 70/7

k = 10

Answer:

k=10

Step-by-step explanation:

We are given the equation:

30+5k+2k=100

We want to find k, therefore we must isolate k on one side of the equation.

First, combine like terms on the left side of the equation. 5k and 2k can be added together.

30+5k+2k=100

30+(5k+2k)=100

30+7k=100

30 is being added to 7k. The inverse of addition is subtraction. Subtract 30 from both sides of the equation.

30-30+7k=100-30

7k= 100-30

7k= 70

k is being multiplied by 7. The inverse of multiplication is division. Divide both sides by 7.

7k/7=70/7

k=70/7

k= 10

The solution to the equation 30+5k+2k=100 is k=10

Solve the literal equation for y.
3y + 6x - 2y = 2

Answers

Answer:

Step-by-step explanation:

3y+6x-2y=2

then group like terms 3y-2y+6x=2

then{Add similar elements)

y+6x=2

then sub from both sides

y+6x-y=2-y

{Simplify}

6x=2-y

divided both sides by 6

\frac{6x}{6}=\frac{2}{6}-\frac{y}{6}

x=\frac{2-y}{6}

If the water cooler is filled completely, can each of the 38 players have two full paper cups of water during practice? Explain. No, because there is enough water in the cooler for about 3 cups total. No, because there is enough water in the cooler for about 59 cups total. Yes, because there is enough water in the cooler for about 81 cups total. Yes, because there is enough water in the cooler for about 2,261 cups total.

Answers

Answer:

The correct answer is Yes, because there is enough water in the cooler for about 81 cups total which is C.

Step-by-step explanation:

The water available, (approximately 81 cups) is more than the number of cups required (76 cups). Therefore, option C is the correct answer.

What is the volume?

Volume is the measure of the capacity that an object holds.

Formula to find the volume of the object is Volume = Area of a base × Height.

Given that, a cylindrical cooler that has a radius of 6 inches and a height of 20 inches.

Here, volume of cylindrical cooler =πr²h

= 3.14×6²×20

= 3.14×36×20

= 2260.8 cubic inches

A cone has a dimensions diameter 4.4 inches and height 5.5 inches.

Here, volume of cup = 1/3 πr²h

= 1/3× 3.14×(4.4/2)²×5.5

= 28 cubic inches

So, number of cups = 2260.8/28

= 80.74

≈ 81

The number of cups required for each of the 38 player to have two full cups is, Cups = 38 × 2 = 76 cups

Therefore, option C is the correct answer.

To learn more about the volume visit:

https://brainly.com/question/13338592.

#SPJ6

"Your question is incomplete, probably the complete question/missing part is:"

During practice, the Northwood football team drinks water from a cylindrical cooler that has a radius of 6 inches and a height of 20 inches. Players use conical paper cups, as shown below. A cone has a dimensions diameter 4.4 inches and height 5.5 inches.

If the water cooler is filled completely, can each of the 38 players have two full paper cups of water during practice? Explain 4.4 in.

A) No, because there is enough water in the cooler for about 3 cups total.

B) No, because there is enough water in the cooler for about 59 cups total 5.5 in.

C) Yes, because there is enough water in the cooler for about 81 cups total.

D) Yes, because there is enough water in the cooler for about 2,261 cups total.

T/F. Exception reports show a greater level of detail than is included in routine reports.

Answers

True. Exception reports show a greater level of detail than is included in routine reports.

Exception reports are reports that help in identifying data that does not conform to expected patterns. Exception reports show information about an exception in the data set.

This helps to identify irregularities or anomalies in data or system operations.Exception reports are used to analyze system performance, monitor resource consumption, and to detect unusual activity.

This type of report is important to identify issues or errors, where the routine reports or standard reports would not provide enough detail or insight to do so.

It provides detailed information on any unusual event or anomaly that occurred beyond the usual course of events or processes.Exception reports are generated and distributed when the data is not expected or when an event occurs that is outside of what is considered typical.

For example, a financial system might generate an exception report if a transaction is entered that exceeds the maximum allowed amount. This report would show the details of the transaction and highlight the exception.

The purpose of exception reports is to provide users with a higher level of detail than they would find in routine reports. Exception reports are used to highlight significant data, which will be used for further analysis or action.

To learn more about : Exception reports

https://brainly.in/question/50910666

#SPJ8

Validation of the model and answering the question "what are my options" occur in the ___ phase of the IDC.
A. choice
B. design
C. intelligence
D. implantation

Answers

Validation of the model and answering the question "what are my options" occur in the design phase of the IDC (Intelligence, Design, and Choice) framework.

The IDC framework is a decision-making process that consists of three phases: Intelligence, Design, and Choice. Each phase corresponds to a specific set of activities and objectives.

In the intelligence phase, the focus is on gathering information, identifying the problem or decision to be made, and understanding the factors and variables involved. This phase involves data collection, analysis, and exploration to gain insights and knowledge about the problem domain.

In the design phase, the emphasis is on developing and evaluating potential options or solutions to address the problem or decision at hand. This phase involves creating models, prototypes, or simulations to represent the problem and exploring different alternatives.

Validation of the model is an important aspect of this phase to ensure that the proposed solutions align with the problem requirements and objectives.

The question "what are my options" is a fundamental question that arises during the design phase. It implies the exploration and generation of various possible choices or solutions that can be evaluated and compared.

Therefore, the design phase of the IDC framework encompasses the activities of validating the model and answering the question "what are my options." It involves refining and testing potential solutions to make informed decisions in the subsequent choice phase.

To know more about variable click here

brainly.com/question/2466865

#SPJ11

can you guys please help me?

can you guys please help me?

Answers

Frequency means how often a number or something appears.

so,

2

4

3

5

an ___ is an object that makes up a set

Answers

Answer:

The objects of a set are called its elements. If a set has no elements, it is called the empty set and is denoted by ∅.

Step-by-step explanation:

Could I have branliest and heart please

Have a good day.

janes is 2 mi offshore in a boat and wishes to reach a costal village 6 mi down a straight shoreine from the point nearest ht eboat

Answers

Jane should land 1.5 mi down the shoreline and walk the remaining 4.5 mi to the village to minimize her travel time.

Let x = distance travelled along the shore over water.

Then, 6 − x = distance travelled along the shore over land.

Let T = the total time taken to reach the destination.

T = distance/velocity = √(4 + x²)/3 + (6-x)/5 on [0, 6].

Note that T must be non negative and that x = 6 means the destination

is reached solely by rowing and without the benefit of faster land

travel. In actual fact, T is valid over [0, ∞) but [0, 6] is reasonable here.

T' = x/3√(4 + x²) - 1/5 = 5x - 3√(4 + x²) = 0

⇒5x = 3√(4 + x²)

⇒25x² = 9(4 + x²)

⇒16x² = 36

⇒x = ±6/4 = ±1.5

The negative x value is discarded since it does not belong to [0,6].

T(0) = 28/15 = 1.8667

T(1.5) = 1.733

T(6) = 2.1082

Therefore, Jane should land 1.5 mi down the shoreline and walk the

remaining 4.5 mi to the village to minimize her travel time.

Her minimum travel time will be T(1.5) = 1.733 hrs. or 1hr 44 min.

--The given question is incomplete, the correct question is

"Jane is 2 mi, offshore in a boat and wishes to reach a coastal village 6 mi, down a straight shoreline from the point nearest the boat. She can row at 3mph and can walk at 5 mph. Where should she land her boat to reach the village in the least amount of time?"--

To know more about destination, here

https://brainly.com/question/14693696

#SPJ4

janes is 2 mi offshore in a boat and wishes to reach a costal village 6 mi down a straight shoreine from

100 members of a Gym are surveyed. The results are shown below. Given the gym member chosen at random is a female, what is the probability that they were aged 20+?

100 members of a Gym are surveyed. The results are shown below. Given the gym member chosen at random

Answers

Answer:

\( \frac{17}{28}\)

Step-by-step explanation:

There are 56 females

There is 56 females

34 are 20+

34/56 simplfies to 17/28

Two parallel lines were cut by a transversal. Which of the following scenarios is NOT a possible result?

A.
a pair of same side exterior angles with measures of 55° and 125°

B.
a pair of alternate interior angles with measures of 150° and 30°

C.
a pair of supplementary angles with measures of 120° and 60°

D.
a pair of corresponding angles with measures of 60° and 60°

Answers

Answer:

The answer is :

D. a pair of corresponding angles with measures of 60° and 60°

The following scenarios is NOT a possible result that is a pair of corresponding angles with measures of 60° and 60°. so the correct option is D.

What is the exterior angles?

The Exterior angle is an measure of rotation between one extended side(we extend it virtually) of the polygon with its adjacent side which is not extended.

Also, due to polygon being regular, let it be having 'n' sides, all the exterior angles are of same measure, and therefore, their measure is (360/n)°.

It is given that Two parallel lines were cut by a transversal.

Thus, the following scenarios is NOT a possible result that is a pair of corresponding angles with measures of 60° and 60°.

Hence, the correct option is D.

Learn more about interior and exterior angles here:

https://brainly.com/question/14173422

#SPJ2

Six people share 3/8 pound of peanuts equally. What fraction of a pound of peanuts does each person receive? Enter your answer in simplest form.​

Answers

answer=1/4

explanation ; 6divided by 3/8=0.25    which is equal to 25/100 or 25 divides 25 once and divides 100  4 times giving 1/4

The answer isn’t 1/4 because 3/8 is 0.375

What is the perimeter, in units, of ΔABC
Δ
A
B
C
with A(−1,−6)
A
(

1
,

6
)
, B(7,−6)
B
(
7
,

6
)
, and C(3,−3)
C
(
3
,

3
)
?

Answers

Answer:

To find the perimeter of triangle ABC, we need to find the lengths of all three sides of the triangle. To do this, we can use the distance formula, which states that the distance between two points (x1, y1) and (x2, y2) is given by the square root of ((x2 - x1)^2 + (y2 - y1)^2).

Applying this formula, we can find the lengths of the sides of the triangle as follows:

AB = sqrt((7 - (-1))^2 + (-6 - (-6))^2) = sqrt(8^2 + 0^2) = sqrt(64) = 8

BC = sqrt((3 - 7)^2 + (-3 - (-6))^2) = sqrt(-4^2 + 3^2) = sqrt(16 + 9) = sqrt(25) = 5

AC = sqrt((-1 - 3)^2 + (-6 - (-3))^2) = sqrt(-4^2 + 3^2) = sqrt(16 + 9) = sqrt(25) = 5

Thus, the perimeter of triangle ABC is 8 + 5 + 5 = 18 units.

Consider a deck with 2626 black and 2626 red cards. You draw one card at a time and you can choose either guess on whether it is red beforehand or simply observe the result. If the card is red you get \$1$1 and the game ends whenever you decide to guess. What is your strategy to play this game and the expected earnings

Answers

The maximum earning is v(r,b)

Let v(r,b) be the expected value of the game for the player, assuming optimal play, if the remaining deck has r red cards and b black cards.

Then v(r,b) satisfies the recursion

and

The stopping rule is simple: Stop when v(r,b)=0.

To explain the recursion . . .

If r,b>0, and the player elects to play a card, then:

The revealed card is red with probability \(\frac{r}{r+b}\), and in that case, the player gets a score of +1, and the new value is V(r-1,b)The revealed card is black with probability \(\frac{b}{r+b}\), and in that case, the player gets a score of −1, and the new value is V(r,b-1)

Thus, if r,b>0, electing to play a card yields the value f(r,b).

But the player always has the option to quit, hence, if r,b>0, we get v(r,b)=max(0,f(r,b)).

Implementing the recursion in Maple, the value of the game is

v(26,26)=41984711742427/15997372030584

v(26,26)  ≈2.624475549

and the optimal stopping strategy is as follows . . .

If 24≤b≤26, play while r≥b−5.If 17≤b≤23, play while r≥b−4.If 11≤b≤16, play while r≥b−3.If 6≤b≤10, play while r≥b−2.If 3≤b≤5, play while r≥b−1.If 1≤b≤2, play while r≥b.If b=0, play while r>0.  

So, The maximum earning is v(r,b)

Learn more about PROBABILITY here

https://brainly.com/question/24756209

#SPJ4

Which best describes the solution set of the compound inequality below?


2 + x ≤ 3x – 6 ≤ 12

a: 4 ≤ x ≤ 9
b: 4 ≤ x ≤ 6
c: –2 ≤ x ≤ 2
d: –2 ≤ x ≤ 3

Answers

I can't see it redo it so I can answer

Answer:

I believe the answer is B

Jan and jamie are starting a nonprofit store. they plan to sell handmade scarves and jewelry. which basic economic question do they still need to answer?\

Answers

Answer:

How much will the handmade scarves and jewellery cost?

How much are they planning to spend on operating costs for their business every year?

Step-by-step explanation:

-2.2f + 0.2f - 11 - 3 =

Answers

Answer:

-2f-14

Step-by-step explanation:

Answer:

-2f-14 is your answer pls give brainlist

Step-by-step explanation:

Other Questions
while santana works in london, the company she works for is headquartered in boston. the country in which a company is headquartered is known as the country. what are the similarities and differences from when these videos were filmed in the early 1960s and today in 2021? Has there been a great deal of progress? HELP! Jessica edits the school yearbook. She says the the dimensions of the student photo are proportional to the dimensions of the small photo, medium photo, and large photo found throughout the yearbook. Is she correct? Explain your reasoning. Simplify 4(x+1)+6x . Write your answer in factored form. True or False: The following two statements will always yield the same value when a and b are Strings: 1) a.equals(b); 2) a==b;Select one:TrueFalse Select all that are TRUE of a voltage-gated sodium channel the activation gate is open at a membrane potential greater than -55 mV the inactivation gate closes at +30 mV the gate opens in direct respo Definition: Any living thing with one or more cells.Example: You Term? I don't understand how to do this at all, and I need to have the work shown. (Matrices) help help help help help help help help help help help A 4-kg plastic tank that has a volume of 0.18 m3 is filled with liquid water. Assuming the density of water is 1000 kg/m3, determine the weight of the combined system. What are the most common inventory methods and requirements for raw materials and products in the apparel business, and why? 2) What are the most common methods and practices for inventory control for the apparel business, and why? 3) What method is Zara or any apparel successful business used, and why do they use it? Dino, an agent, received a phone call on September 29 from a consumer interested in Medicare Advantage plans for the new plan year. Dino proceeded to verify the consumer's Medicare eligibility, describe the costs and benefit coverage of the plan, and explained that he could not accept an enrollment application until October 15. What did Dino do that was NOT compliant? Dino refused to take the enrollment application until October 15. Dino presented a plan prior to October 1. Dino did nothing that was non-compliant. What is the best website to buy auto parts? How are the testes and ovaries similar? A. Both connect internal reproductive organs to the exterior. B. Both transport sex cells from their site of production. C. Both produce sex cells. D. Both store mature sex cells. Question 2 of 6 Which two pieces of data could indicate that a volcano is about to erupt? A. An increase in temperature near Earth's surface B. A change in the types of gas detected in the air OC. A drop in average air temperature in one region D. A decrease in the ocean level near a mountain range. HELPP ME PLZZZZ The sum of two numbers is 46. The larger number is two less than three times the smaller number. Find the numbers. what age group has the lowest injury death rate? At the instant when the radius of a cone is 3 inches, the volume ofthe cone is increasing at the rate of 9 pi cubic inches per minute. Ifthe height is always 3 times the radius, find the rate of change of theradius at that instant. Which two equations would be most appropriately solved by using the quadratic formula? Select each correct answer. Responses 0.25x^2+0.8x8=0 (x1)^2=4 3x^24x=15 (x6)(x+9)=0WILL GIVE BRAINNLY PLUS 20 EXTRA POINTS Explain Nieto's concept of "Changing Channels" and demonstrate your understanding by discussing how this phenomenon is happening in ONE of the videos linked to on the "Channel Changing" page of this week's module