2. The area A of a rectangle is represented by the formula A = Lw, where Lis the length and wis the width. The length of the rectangle is 5. Write anequation that makes it easy to find the width of the rectangle if we knowthe area and the length.

Answers

Answer 1
[tex]w=\frac{A}{5}[/tex]

1) Considering that the Area of a rectangle is given as:

[tex]A=lw[/tex]

2) We can then write the following equation plugging into that the length= 5.

Say the area is "A", then we can find the width this way:

[tex]\begin{gathered} A=5ww \\ 5w=A \\ \frac{5w}{5}=\frac{A}{5} \\ w=\frac{A}{5} \end{gathered}[/tex]

Note that we rewrote that to solve it for w (width).

All we need is to plug into the A the quantity of the area of this rectangle

Thus, the answer is w=A/5


Related Questions

Chloe deposits $2,000 in a money market account. The bank offers a simple interest rate of 1.2%. How much internet she earn in 10 years?

Answers

Given data:

deposits = $2,000

simple interest rate =1.2%

time =10 years

The formula to find the amount is,

[tex]A=\frac{\text{p}\cdot\text{n}\cdot\text{r}}{100}[/tex][tex]\begin{gathered} A=\frac{2000\cdot10\cdot1.2}{100} \\ A=\frac{24000}{100} \\ A=\text{ 240} \end{gathered}[/tex]The intrest she earn in 10 years is $240.

RATIOS, PROPORTIONS, AND PERCENTSCalculating income taxTeresa made $20,000 in taxable income last year.Suppose the income tax rate is 10% for the first $7500 plus 16% for the amount over $7500.How much must Teresa pay in income tax for last year? I need help with this math problem.

Answers

We need find the tax on the first 7500

7500 * 10%

7500 * .10 = 750

Now we find the tax on what is over 7500

20000 -7500 =12500

The tax rate for this amount is 16%

12500 * 16%

12500 * .16

2000

Add the tax for both amounts together

750 + 2000

2750

The total tax paid is 2750

The number of inequality’s and signs can be changed by the way

Answers

Linear Optimization

It consists of finding the optimum solution to a problem where all the conditions are related as linear functions.

We'll use the graphic method to solve the problem.

The problem is as follows:

Ava sells burritos amd tacos. Let's call x to the number of tacos sold and y to the number of burritos sold.

The first condition we find is that she can only produce a maximum of 130 units between tacos and burritos. This gives us the first inequality:

x + y ≤ 130 (1)

She sells each taco for $3.75 and each burrito for $6. She must sell a minimum of $600 worth of both products, so:

3.75x + 6y ≥ 600

Multiply this inequality by 4:

15x + 24y ≥ 2400

And divide it by 3:

5x + 8y ≥ 800 (2)

We are given a final condition that she can sell a minimum of 80 burritos, thus:

y ≥ 80 (3)

There are two obvious conditions not explicitly said but they can be deducted by the wording of the problem. Both x and y must be greater or equal to zero:

x ≥ 0 (4)

y ≥ 0 (5)

Let's put this all together:

x + y ≤ 130 (1)

5x + 8y ≥ 800 (2)

y ≥ 80 (3)

x ≥ 0 (4)

y ≥ 0 (5)

The optimum solution must satisfy all the conditions. They form a feasible region in the x-y coordinates system. One of the corners of that region will eventually be the best solution, depending on the objective function (not given here).

We need to graph all five lines in one common grid. It's shown below.

According to the graph, one possible solution is to sell x=50 tacos and y=80 burritos

Kyzell is traveling 15 meters per second. Which expression could be used to convert this speed to kilometers per hour.

Answers

Given:

Kyzell is traveling 15 meters per second

we need to convert meters per second to kilometers per hours

As we know:

1 km = 1000 meters

So, 1 meters = 1/1000 kilometers

And, 1 Hour = 60 minutes = 3600 seconds

So, 1 seconds = 1/3600 Hours

So,

[tex]15\frac{meters}{\sec onds}=15\cdot\frac{1}{1000}\cdot3600\cdot\frac{kilometes}{\text{hours}}=54\frac{kilometrers}{hours}[/tex]

So, the answer will be:

15 meters per second = 54 kilometers per hour

help me please i'm stuck Write a system of equations to describe the situation below, solve using an augmented matrix, and fill in the blanks. Myra owns a cake shop and she is working on two wedding cakes this week. The first cake consists of 3 small tiers and 4 large tiers, which will serve a total of 226 guests. The second one includes 1 small tier and 1 large tier, which is enough servings for 62 guests. How many guests does each size of tier serve? A small tier will serve ? guests and a large tier will serve ? guests.

Answers

the number of guests a small tier can serve is 22

the number of guest a large tier serves is 40

Explanation

Step 1

Set the equations

a) let

x represents the number of guest one small tier serves

y represents the number of guests one large tier serves

b) translate into math term

i)The first cake consists of 3 small tiers and 4 large tiers, which will serve a total of 226 guests,so

[tex]3x+4y=226\Rightarrow equation(1)[/tex]

ii) The second one includes 1 small tier and 1 large tier, which is enough servings for 62 guests,so

[tex]x+y=62\Rightarrow equation(2)[/tex]

Step 2

solve the equations:

[tex]\begin{gathered} 3x+4y=226\Rightarrow equation(1) \\ x+y=62\operatorname{\Rightarrow}equat\imaginaryI on(2) \end{gathered}[/tex]

a) isolate the x value in equation (2) and replace in equatino (1) to solve for y

[tex]\begin{gathered} x+y=62\Rightarrow equation(2) \\ subtract\text{ y in both sides} \\ x=62-y \end{gathered}[/tex]

replace into equation(1) and solve for y

[tex]\begin{gathered} 3x+4y=226\Rightarrow equation(1) \\ 3(62-y)+4y=226 \\ 186-3y+4y=226 \\ add\text{ like terms} \\ 186+y=226 \\ subtrac\text{ 186 in both sides} \\ 186+y-186=226-186 \\ y=40 \end{gathered}[/tex]

so, the number of guest a large tier serves is 40

b)now, replace the y value into equation (2) and solve for x

[tex]\begin{gathered} x+y=62\Rightarrow equation(2) \\ x+40=62 \\ subtract\text{ 40 in both sides} \\ x+40-40=62-40 \\ x=22 \end{gathered}[/tex]

so, the number of guests a small tier can serve is 22the number of guests a small tier can serve is 22

I hope this helps you

find the slope that goes through the points (1, -4) and (-3, 8)

Answers

Given the points:

(x1, y1) ==> (1, -4)

(x2, y2) ==> (-3, 8)

To find the slope, use the slope formula below:

[tex]m=\frac{y2-y1}{x2-x1}[/tex][tex]\begin{gathered} m\text{ = }\frac{8-(-4)}{-3-1} \\ \\ m=\frac{8+4}{-3-1} \\ \\ m=\frac{12}{-4} \\ \\ m\text{ = -3} \end{gathered}[/tex]

Therefore, the slope is -3.

ANSWER:

-3

Sketch the vectors u and w with angle θ between them and sketch the resultant.|u|=20, |w|=50, θ=80°

Answers

Vectors are represented by arrows, where the norm of a vector determinate its length.

Since θ = 80° is the angle between them, a sketch for our vectors is

The resultant of their sum is given by the parallelogram law. If we draw two vectors parallel to u and w, we're going to have a sketch of a parallelogram, and the diagonal connecting the angle between u and w to the opposite vertice represents the resultant.

Find the value of this expression if x = 1 andy = -7x2y-9

Answers

We are asked to evaluate the expression:

[tex]\frac{x^2y}{-9}[/tex]

when x = 1 and y = -7

so we replace them as shown below, making sure we include them inside parenthesis to keep clear that the expressions in x and in y are multiplying each other:

[tex]\frac{x^2y}{-9}=\frac{(1)^2(-7)}{-9}=\frac{-7}{-9}=\frac{7}{9}[/tex]

So we see that x^2 becomes 1 and the factor y stays as -7. The final expression cancels out the negative sign in numerator (from -7) and in denominator (from -9) and gives 7/9.

solve the inequality for 5x + 9 ≤ 24

Answers

From the problem, we have an inequality of :

[tex]5x+9\le24[/tex]

Subtract 9 to both sides of the inequality :

[tex]\begin{gathered} 5x+9-9\le24-9 \\ 5x\le15 \end{gathered}[/tex]

Divide both sides by 5 :

[tex]\begin{gathered} \frac{5x}{5}\le\frac{15}{5} \\ x\le3 \end{gathered}[/tex]

The answer is x ≤ 3

if a driver drive at aconstant rate of 38 miles per hour how long would it take the driver to drive 209 mile

Answers

In order to calculate how long would it take to drive 209 miles, we just need to divide this total amount of miles by the speed of the driver.

So we have:

[tex]\text{time}=\frac{209}{38}=5.5[/tex]

So it would take 5.5 hours (5 hours and 30 minutes).

Which of the following is NOT a factor of x3 + x2 - 4x - 4?x + 1x + 2x - 1x - 2

Answers

Answer: (x - 1)

Explanation

Given:

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

To factor a third-degree polynomial, we can do it by grouping:

[tex]=(x^3+x^2)+(-4x-4)[/tex]

Then, we have to find the common factor between groups:

[tex]=x^2(x+1)-4(x+1)[/tex]

Now, we can get the common factor of (x+1):

[tex]=(x^2-4)(x+1)[/tex]

Finally, the differences of squares equal the following:

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

Then, applying this rule to our factor we get:

[tex]=(x+2)(x-2)(x+1)[/tex]

Thus, the only factor that is not correct is (x - 1)

Rowan is taking his siblings to get ice cream. They can't decide whether to get a cone or a cup because they want to get the most ice cream for their money. If w = 4 in, x =6 in, y = 6 in, z = 2 in, and the cone and cup are filled evenly to the top with no overlap, which container will hold the most ice cream? Use 3.14 for π, and round your answer to the nearest tenth.

Answers

EXPLANATION:

Given;

We are given two ice cream cups in the shapes of a cone and a cylinder.

The dimensions are;

[tex]\begin{gathered} Cone: \\ Radius=4in \\ \\ Height=6in \\ \\ Cylinder: \\ Radius=3in \\ \\ Height=2in \end{gathered}[/tex]

Required;

We are required to determine which of the two cups will hold the most ice cream.

Step-by-step solution;

Take note that the radius of the cylinder was derived as follows;

[tex]\begin{gathered} radius=\frac{diameter}{2} \\ \\ radius=\frac{6}{2}=3 \end{gathered}[/tex]

The volume of the cone is given by the formula;

[tex]\begin{gathered} Volume=\frac{1}{3}\pi r^2h \\ \\ Therefore: \\ Volume=\frac{1}{3}\times3.14\times4^2\times6 \\ \\ Volume=\frac{3.14\times16\times6}{3} \\ \\ Volume=100.48 \end{gathered}[/tex]

Rounded to the nearest tenth, the volume that the cone can hold will be;

[tex]Vol_{cone}=100.5in^3[/tex]

Also, the volume of the cylinder is given by the formula;

[tex]\begin{gathered} Volume=\pi r^2h \\ \\ Volume=3.14\times3^2\times2 \\ \\ Volume=3.14\times9\times2 \\ \\ Volume=56.52 \end{gathered}[/tex]

Rounded to the nearest tenth, the volume will be;

[tex]Vol_{cylinder}=56.5in^3[/tex]

ANSWER:

Therefore, the results show that the CONE will hold the most ice cream.

Factor each polynomial by factoring out the greatest common factorminimum steps please

Answers

we are given the following expression:

[tex]12x^4+6x^3-8x^2[/tex]

The greatest common factor between 12, 6, and 8 is 2. And the greatest common factor between the variables is:

[tex]\text{GCF(x}^4,x^3,x^2)=x^2[/tex]

Therefore, the factorization is:

[tex]12x^4+6x^3-8x^2=2x^2(6x^2+3x-4)[/tex]

65+ (blank) =180
11x + (blank)=180
11x =
x =

Answers

The angle x has a measure of 13 degrees

What are angles?

Angles are the measure of space between lines

How to determine the measure of the angle x?

The figure represents the given parameter

On the figure, we have the following parameters:

Angle 1 = 54

Angle 2 = 11x - 7

Angle 5

From the figure, angles 1 and angle 5 are corresponding angles

Corresponding angles are congruent angles

So, we have

Angle 1 = Angle 5

This gives

Angle 5 = 54

Also, we have

Angle 5 and Angle 2 are supplementary angles

This means that

Angle 5 + Angle 2 = 180

Substitute the known values in the above equation

So, we have

54 + 11x - 17 = 180

Evaluate the like terms

11x = 143

Divide both sides by 11

x = 13

Hence, the value of x is 13 degrees

Read more about angles at

https://brainly.com/question/7620723

#SPJ1

The graph of a function is shown below. find the following, g(10), g(-3)

Answers

According to the graph, the value of the function g(-3) is 4 and g(10) is out of view

What are graphs?

Graphs are graphical representations of equations, ordered pairs, tables of a relation

How to evaluate the function?

From the question, the function is represented by the attached graph

Also from the question, the function to calculate is given as g(10) and g(-3)

This means that we calculate the values of the function, when x = 10 and -3

i.e.

We calculate g(x), when x = -3

We calculate g(x), when x = 10

So, we look at the graph for this function value

From the graph of values, we have

When x = -3, g(x) = 4

When x = 10, g(x) = not visible

This means that

g(-3) = 4

g(10) = out of view

Hence, the function g(-3) has a value of 4 and g(10) is out of view

Read more about functions at

brainly.com/question/28532394

#SPJ1

What is the value of the expression below when y=9 and z=6?

Answers

The numerical value of the expression 9y - 10z when y = 9 and z = 6 is 21.

This question is incomplete, the complete question is;

What is the value of the expression below when y = 9 and z = 6?

9y - 10z

What is the numerical value of the given expression?

An algebraic expression is simply an expression that is made up of constants and variables, including algebraic operations such as subtraction, addition, division, multiplication, et cetera.

Given the data in the question;

9y - 10zy = 9z = 6Numerical value of the expression = ?

To determine the numerical value of the expression, replace plug y = 9 and z = 6 into the expression and simplify.

9y - 10z

9( 9 ) - 10z

9( 9 ) - 10( 6 )

Multiply 9 and 9

81 - 10( 6 )

Multiply 10 and 6

81 - 60

Subtract 60 from 81

21

Therefore, the numerical value of the expression is 21.

Learn more about algebraic expressions here: brainly.com/question/4344214

#SPJ1

A dilation with a scale factor of 4 is applied to the 3 line segment show on the resulting image are P'Q', A'B', And M'N'. Drag and drop the measures to correctly match the lengths of The images

Answers

Given:

Scale factor = 4 (Dilation)

PQ = 2 cm

AB = 1.5 cm

MN = 3 cm

Find-:

[tex]P^{\prime}Q^{\prime},A^{\prime}B^{\prime}\text{ and }M^{\prime}N^{\prime}[/tex]

Explanation-:

Scale factor = 4

So,

[tex]\begin{gathered} P^{\prime}Q^{\prime}=4PQ \\ \\ A^{\prime}B^{\prime}=4AB \\ \\ M^{\prime}N^{\prime}=4MN \end{gathered}[/tex]

So the value is:

[tex]\begin{gathered} P^{\prime}Q^{\prime}=4PQ \\ \\ P^{\prime}Q^{\prime}=4\times2 \\ \\ P^{\prime}Q^{\prime}=8\text{ cm} \end{gathered}[/tex][tex]\begin{gathered} A^{\prime}B^{\prime}=4AB \\ \\ A^{\prime}B^{\prime}=4\times1.5 \\ \\ A^{\prime}B^{\prime}=6\text{ cm} \end{gathered}[/tex][tex]\begin{gathered} M^{\prime}N^{\prime}=4MN \\ \\ M^{\prime}N^{\prime}=4\times3 \\ \\ M^{\prime}N^{\prime}=12\text{ cm} \end{gathered}[/tex]

What function makes the HIV virus unique?

Answers

The function which makes the HIV virus unique is: B. It has viral DNA that is transmitted through indirect contact with infected persons.

HIV is an acronym or abbreviation for human immunodeficiency virus and it refers to a type of venereal disease that destabilizes and destroys the immune system of an infected person, thereby, making it impossible for antigens to effectively fight pathogens.

Generally, the high mutation or replication rate of the human immunodeficiency virus (HIV) owing to its enormous genetic diversity (deoxyribonucleic acid - DNA) makes it easily transmittable from an infected person to another.

This ultimately implies that, the HIV virus is unique among other viruses because it can be transmitted without having a direct contact with an infected person such as:

Sharing a hair clipper with him or her.

Using an object that has been infected by a HIV patient.

Additionally, it is extremely difficult to develop an effective and accurate vaccine against the HIV virus because it possesses a high error rate.

5+10+15+...+100 write the series using summation notation

Answers

The Solution.

To determine that the series is an arithmetic progression,

[tex]\begin{gathered} T_{2_{}}-T_1=T_3-T_2=d \\ \text{Where d = common difference} \end{gathered}[/tex][tex]d=10-5=15-10=5[/tex]

The sum of n terms of an arithmetic progression is given as

[tex]\begin{gathered} S_n=\frac{n}{2}(a+l) \\ \text{Where S}_n=\sum ^{\square}_{\square} \\ n=n\text{ umber of terms}=\text{?} \\ a=\text{first term=5} \\ l=\text{last term=100} \end{gathered}[/tex]

But we need to first find the number of terms (n), by using the formula below:

[tex]\begin{gathered} l=a+(n-1)d \\ \text{Where a = 5, l=100, d = 5 and n =?} \end{gathered}[/tex]

Substituting the values, we get

[tex]\begin{gathered} 100=5+(n-1)5 \\ 100=5+5n-5 \\ 100=5n \\ \text{Dviding both sides by 5, we get} \\ n=\frac{100}{5}=20 \end{gathered}[/tex]

Substituting into the formula for finding the sum of terms of the series, we get

[tex]\begin{gathered} S_{20}=\frac{20}{2}(5+100) \\ \text{ } \\ \text{ = 10(105) = 1050} \end{gathered}[/tex]

Therefore, the correct answer is 1050.

assume the rate of inflation is 7% per year for the next 2 years. what will be the cost of goods 2 years from now adjusted for inflation if the goods cost $330.00 today? round to the nearest cent

Answers

To find the cost of the goods after two years we are going to use the formula:

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

where P is the cost now, r is the inglation rate in decimal form, n is the number of times the interest is taken per year and t is the time.

In this case we have P=$300.00, r=0.07, n=1 (once per year) and t=2 (two years). Plugging this values we have:

[tex]A=330(1+\frac{0.07}{1})^{1\cdot2}=377.82[/tex]

Therefore after two years the cost will be $377.82

how long is the hypotenuse of this right triangle?28 519023

Answers

To calculate the hypotenuse of a right angled triangle as shown in the diagram, we can apply the Pythagoras theorem which states as follows;

AC^2 = AB^2 + BC^2

Where AC is the hypotenuse (the longest side) 28 units, AB is one of the other two sides, 23 units and BC is the third side.

We can now re-write the formula as follows;

28^2 = 23^2 + BC^2

784 = 529 = BC^2

Subtract 529 from both sides of the equation

255 = BC^2

Add the square root sign to both sides of the equation and you have

BC = 15.9687

BC is approximately 16 units

the Missing Angles (plus angle review)<8 of 16Whats the measure of each of the angle in degrees? Label the angles, then answer,Subm104056°

Answers

A is angle opposite by the vertex with the angle of 104 degrees, that is why it also measure 104 degrees

The three inner angles of any triangle add 180 degrees, then 56 + A + B = 180

Solving for B: B = 180 - 56 - A = 180 - 56 - 104 = 20

which answer is the right one according to the image below

Answers

To do that, we have to do the following:

[tex]\begin{gathered} t(s(x))=t(x\text{ -}7) \\ =4(x\text{ - }7)^2\text{ - }(x\text{ - }7)+3 \\ \\ \end{gathered}[/tex]

So, that would be the equivalent expression, because x is s(x), which is x - 7, so you have to replace every x value with (x - 7)

Can someone please help me with this problem? I’ve been struggling with it

Answers

Consider the following table for interval notation:

First row:

x<0 is the same as:

[tex]-\inftyThen, the graph of that interval looks like:

And the interval notation for that inequality is:

[tex](-\infty,0)[/tex]

Second row:

-2

The graph of this inequality is:

The interval notation is:

[tex](-2,1\rbrack[/tex]

Third row

The inequality that is represented by that interval is:

[tex]-3\le x[/tex]

Its graph is:

Fourth row

The interval represented in that graph is:

[tex]\lbrack0,6)[/tex]

The inequality represented by that interval is:

[tex]0\le x<6[/tex]

Select all the situations in which a proportional relationship is described.
Jackson saves $10 in the first month and $30 in the next 3 months.
Mia saves $8 in the first 2 months and $4 in the next month.
Piyoli spends $2 in the first 2 days of the week and $5 in the next 5 days.
Robert spends $2 in the first 3 days of the week and $5 in the next 4 days.

Answers

The situations that describe a proportional relationship are:

Jackson saves $10 in the first month and $30 in the next 3 months.

Mia saves $8 in the first 2 months and $4 in the next month.

Piyoli spends $2 in the first 2 days of the week and $5 in the next 5 days.

What is a proportional relationship?

A relation is proportional if the rate of change of the variables is constant. The variables can either increase or decrease at a constant rate. A proportional relationship can be modelled with a linear equation.

Is Jackson's saving proportional?

Average of the amount saved in the next 3 months: $30 / 3 = $10

The relationship is proportional because the amount saved in the first month and the average is equal.

Is Mia's saving proportional?

Average of the amount saved in the first 2 months: $8 / 2 = $4

The relationship is proportional because the amount saved in the thir month and the average is equal.

Is Piyoli's spending proportional?

Average of the amount spent in the first 2 days: $2 / 2 = $1

Average of the amount spent in the next 5 days = $5 / 5 = $1

The relationship is proportional because the averages are equal.

Is Robert's spending proportional?

Average of the amount spent in the first 3 days: $2 / 3 = $0.67

Average of the amount spent in the next 4 days = $5 / 4 = $1.25

The relationship is not proportional because the averages are not equal.

To learn more about proportional relationship, please check: https://brainly.com/question/12917806

#SPJ1

A chocolate factory has a goal to produce10121012pounds of chocolate frogs per day. If the machines operate for712712hours per day making215215pounds of chocolate frogs per hour, will the chocolate factory make it’s goal?The chocolate factory meet their goal with the total being10121012pounds of chocolate frogs produced.

Answers

First, rewrite all the mixed fractions as impropper fractions:

[tex]\begin{gathered} 10\frac{1}{2}=10\times\frac{2}{2}+\frac{1}{2}=\frac{20}{2}+\frac{1}{2}=\frac{21}{2} \\ \\ 7\frac{1}{2}=7\times\frac{2}{2}+\frac{1}{2}=\frac{14}{2}+\frac{1}{2}=\frac{15}{2} \\ \\ 2\frac{1}{5}=2\times\frac{5}{5}+\frac{1}{5}=\frac{10}{5}+\frac{1}{5}=\frac{11}{5} \end{gathered}[/tex]

Next, multiply the rate of chocolate production over time by the the operating time of the machines to find the total amount of pounds of chocolate frogs produced in one day:

[tex]7\frac{1}{2}\times2\frac{1}{5}=\frac{15}{2}\times\frac{11}{5}=\frac{15\times11}{2\times5}=\frac{3\times11}{2}=\frac{33}{2}=16\frac{1}{2}[/tex]

Then, the chocolate factory can produce 16 1/2 pounds of chocolate frogs per day.

Since 16 1/2 is greater than 10 1/2, then the chocolate factory will meet their goal with the total being over 10 1/2 pounds of chocolate frogs produced.

Determine whether the sequence is geometric. 160, 40, 10,2.5, ...

Answers

[tex]\begin{gathered} \frac{40}{160}=\frac{10}{40}=\frac{2.5}{10} \\ \\ \frac{1}{4}=\frac{1}{4}=\frac{1}{4} \end{gathered}[/tex]

Since the ratio is constant through the sequence, we conclude that it is geometric sequence.

Make a tree diagramPlease be quick, I am in a hurry.

Answers

Explanation

The question wants us to obtain all the outcomes possible when a coin and a cube is tossed

A coin has two possible outcomes

[tex]\mleft\lbrace\text{Head, Tail}\mright\rbrace[/tex]

A cube has 6 surfaces, so the outcomes are

[tex]\mleft\lbrace1,2,3,4,5,6\mright\rbrace[/tex]

Thus, we can have the diagram showing the outcomes to be

If f(x) = x + 1, find f(x + 7). Hint: Replace x in the formula by x+7.f(x + 7) =

Answers

The original function is:

[tex]f(x)\text{ = x+1}[/tex]

We want to find the value of the function when the input is "x + 7". So in the place of the original "x" we will add "x+7".

[tex]\begin{gathered} f(x+7)\text{ = (x+7)+1} \\ f(x+7)\text{ = x+7+1} \\ f(x+7)\text{ = x+8} \end{gathered}[/tex]

The value of the expression is "x + 8"

Graph the line with slope -2 passing through the point (3,5)

Answers

To graph the line, you need to know at least two points of it.

Knowing its slope and one point you can determine the equation of the line by using the point-slope form:

[tex]y-y_1=m(x-x_1_{})[/tex]

Where

m is the slope of the line

(x₁,y₁) are the coordinates of one point of the line

For m=-2 and (x₁,y₁)=(3,5) the equation of the line is:

[tex]y-5=-2(x-3)[/tex]

Next, replace the equation for any value of x and solve for y, for example, use x=2

[tex]y-5=-2(2-3)[/tex]

-Solve the difference within the parentheses then the multiplication

[tex]\begin{gathered} y-5=-2(-1) \\ y-5=2 \end{gathered}[/tex]

-Add 5 to both sides of the equation

[tex]\begin{gathered} y-5+5=2+5 \\ y=7 \end{gathered}[/tex]

The coordinates for the second point are (2,7)

Plot both points and link them with a line

Other Questions
Identify the rate, base, and portion.21% of what number is 57?Question content area bottomWhich values are given? Select the correct choice below and fill in any answer boxes in your choice. (Type an integer or a decimal. Do not perform the calculation.)A.The base is (enter your response here) and the portion is (enter your response here). The rate is not given.B.The rate is (enter your response here % ) and the portion is (enter your response here). The base is not given.C. The rate is (enter your response here %) and the base is (enter your response here). A polynomial function with degree 5 can have a maximum of how many turning points? It would be 5 right? Select the correct answer.Why did Truman put limits on MacArthur?A. He was protecting his position as commander in chiefB. He was being careful of the defense funds allocated by NSC-68C. He was avoiding a third world war.D. He was unhappy that MacArthur moved north of the 38th parallel.E. He was unhappy that MacArthur was more popular.(ANSWER IS NOT D) Salesman A gets paid $300 a month plus $8 for every sale he makes. Salesman B gets paid $1500 a mont. Write and equation and solve to see how many salesman a must make in order to make the same amount of salesman b which of these is a formula that can be used to determine the nth term of the arithmetic sequence 15,27,39,51,....? Available energy ___________ as it is transferred from one organism to another in a food chain. Lines PQ and Rs are parallel. Find y. P(2, -5); Q(5, 6); R(3, -1); S(6, y)y = ? 7. A given sample of gas is held in a container with the volume of 6.02 L with a temperature of 59.5 at a pressure of 1.20 atm. What is the final pressure when the sample of gas is administered to a new volume of 10.0 L at 20.2? deca electronics company produces two products, resistors and transistors in a small manufacturing plant which had total manufacturing overhead of $42,000 in june and used 300 direct labor hours. the factory has two departments, design, which incurred $20,000 of manufacturing overhead, and production which incurred $22,000 of manufacturing overhead. design used 200 hours of direct labor and production used 80 machine hours. during june, 150 direct labor hours were used in making 100 units of resistors, and 150 direct labor hours were used in making 100 units of transmitters. if deca electronics company uses a plantwide rate based on direct labor hours to assign manufacturing costs to products, the total manufacturing overhead assigned to each unit of resistors and transistors in june were: A grocery store sells sliced cheddar cheese by weight. The relationship between the amount of cheddar cheese in pounds, and the time in dollars of cheddar cheese in pounds, x, and the total cost in dollars of the sliced cheddra cheese, y, is represented by a graph drawn in the xy-planeIf the point (8, 44) lies on the graph, what does the point (8, 44) indicate? FIRST OPTIONS ARE THE NUMBER OF CONVERTIBLES SOLD BY PLATO CARSTHE REVENUE FROM SALES OF CONVERTIBLE CARS BY PLATO CARSTHE REVENUE FROM SALES OF SEDANS BY PLATO CARSTHE TOTAL SALES REVENUE OF PLATO CARS SECOND OPTIONS 0.1070.2250.290.33 The amount of money an engineer receives from a bank if he invests $50,000 for 7 years at 11.5% per annum compound interest. Which of the following was not a sect within Judaism?O ManicheansO EssenesO PhariseesO SadduceesO Zealots 2x + 3y = 13Step 2 of 2: Determine the missing coordinate in the ordered pair (?, 3/2) so that it will satisfy the given equation A 244 kg motorcycle is travelling with aspeed of 14.7 m-s-1A) Calculate the kinetic energy (in J) of themotorcycle.B) If the speed of the motorcycle is increasedby a factor of 1.6, by what factor does itskinetic energy change?C) Calculate the speed (in m-s-1) of themotorcycle if its kinetic energy is 1/3 of thevaluefound in (a). Cholinergic agents are typically used in what disease state? WHATS MORE: Graphic OrganizerDirections: Dive deeper into the poem Gabu by Carlos A. Angeles using the graphic organizer. You may re-read the poem to get the details that would complete the organizer.Title of the Text:AuthorQuestions ResponseTopic What is the text all about?Situation What is the setting referred to or described in the text?Client Who is the target group of readers of the text? How would you describe the group in terms of skills, values, beliefs and attitudesPurpose Why was the text written? What does it hope to achieve especially among its client?Persona Who is the voice behind the text? What is known about him or her? teresa earned 425 dollars for working 25 hours last week what is her hourly rate in which step in monroe's motivated sequence does the speaker show the audience the benefits of the proposed solution or the costs of not implementing the solution or both? help meeeee pleaseeeee!!!thank you