13x + 5 + 17x -4.5 + x

Answers

Answer 1

Answer:

31x+0.5

Step-by-step explanation:

Answer 2

In this problem, we must combine like terms to simplify the expression. We can begin by writing out the expression:


13x + 5 + 17x - 4.5 + x


Now that we have rewritten the expression, we can combine like terms to simplify the expression. This would look like:


13x + 17x + x = 31x


5 - 4.5 = 0.5

The answer would be “31x + 0.5” when simplified.


Related Questions

Given mn, find the value of x.
20⁰

Answers

Answer:

x =20°

because m and n is parallel

[tex] \rm\sum_{n=1}^{\infty}\sum_{m=1}^{\infty} \frac{( - 1 {)}^{n + 1} }{ {mn}^{2} + mn + {m}^{2} n} \\ [/tex]​

Answers

Let [tex]S[/tex] denote the sum. We can first resolve the sum in [tex]m[/tex] by factorizing and decomposing into partial fractions.

[tex]\displaystyle S = \sum_{n=1}^\infty \sum_{m=1}^\infty \frac{(-1)^{n+1}}{mn^2 + mn + m^2n} \\\\ ~~~~ = \sum_{n=1}^\infty \frac{(-1)^{n+1}}n \sum_{m=1}^\infty \frac1{m(m+n+1)} \\\\ ~~~~ = \sum_{n=1}^\infty \frac{(-1)^{n+1}}{n(n+1)} \sum_{m=1}^\infty \left(\frac1m - \frac1{m+n+1}\right)[/tex]

Rewrite the [tex]m[/tex]-summand as a definite integral. Interchange the integral and sum, and evaluate the resulting geometric sums.

[tex]\displaystyle \sum_{m=1}^\infty \left(\frac1m - \frac1{m+n+1}\right) = \sum_{m=1}^\infty \int_0^1 \left(x^{m-1} - x^{m+n}\right) \, dx \\\\ ~~~~~~~~ = \int_0^1 \sum_{m=1}^\infty \left(x^{m-1} - x^{m+n}\right) \, dx \\\\ ~~~~~~~~ = \int_0^1 \frac{1 - x^{n+1}}{1 - x} \, dx \\\\ ~~~~~~~~ = \int_0^1 \sum_{\ell=0}^n x^\ell \, dx \\\\ ~~~~~~~~ = \sum_{\ell=0}^n \int_0^1 x^\ell \, dx \\\\ ~~~~~~~~ = \sum_{\ell=0}^n \frac1{\ell+1} \\\\ ~~~~~~~~ = \sum_{\ell=1}^{n+1} \frac1\ell = H_{n+1}[/tex]

where

[tex]H_n = \displaystyle \sum_{\ell=1}^n \frac1\ell = 1 + \frac12 + \frac 13 + \cdots + \frac1n[/tex]

is the [tex]n[/tex]-th harmonic number. The generating function will be useful:

[tex]\displaystyle \sum_{n=1}^\infty H_n x^n = -\frac{\ln(1-x)}{1-x}[/tex]

To evaluate the remaining sum to get [tex]S[/tex], let

[tex]\displaystyle f(x) = \sum_{n=1}^\infty \frac{H_{n+1}}{n(n+1)} x^{n+1}[/tex]

and observe that [tex]S=\lim\limilts_{x\to-1^+} f(x)[/tex], which I'll abbreviate to [tex]f(-1)[/tex]. Differentiating twice, we have

[tex]\displaystyle f'(x) = \sum_{n=1}^\infty \frac{H_{n+1}}n x^n[/tex]

[tex]\displaystyle f''(x) = \sum_{n=1}^\infty H_{n+1} x^n[/tex]

[tex]\displaystyle \implies f''(x) = -\frac{\ln(1-x)}{x^2(1-x)} - \frac1x[/tex]

By the fundamental theorem of calculus, noting that [tex]f(0)=f'(0)=0[/tex], we have

[tex]\displaystyle \int_{-1}^0 f'(x) \, dx = f(0) - f(-1) \implies f(-1) = -\int_{-1}^0 f'(x) \, dx[/tex]

[tex]\displaystyle \int_x^0 f''(x) \, dx = f'(0) - f'(x) \implies f'(x) = -\int_x^0 f''(t) \, dt[/tex]

[tex]\displaystyle \implies S = f(-1) = \int_{-1}^0 \int_x^0 \left(\frac{\ln(1-t)}{t^2(1-t)} + \frac1t\right) \, dt \, dx[/tex]

Change the order of the integration, and substitute [tex]t=-u[/tex].

[tex]S = \displaystyle \int_{-1}^0 \int_{-1}^t \left(\frac{\ln(1-t)}{t^2(1-t)} + \frac1t\right) \, dx \, dt \\\\ ~~~ = - \int_{-1}^0 \left(\frac{(1+t) \ln(1-t)}{t^2(1-t)} + \frac1t + 1\right) \, dt \\\\ ~~~ = -1 - \int_{-1}^0 \left(\left(\frac2{1-t} + \frac2t + \frac1{t^2}\right) \ln(1-t) + \frac1t\right) \, dt \\\\ ~~~ = -1 - \int_0^1 \left(\left(\frac2{1+u} - \frac2u + \frac1{u^2}\right) \ln(1+u) - \frac1u\right) \, du[/tex]

For the remaining integrals, substitute and use power series.

[tex]\displaystyle \int_0^1 \frac{\ln(1+u)}{1+u} \, du = \int_0^1 \ln(1+u) d(\ln(1+u)) = \frac{\ln^2(2)}2[/tex]

[tex]\displaystyle \int_0^1 \frac{\ln(1+u)}u \, du = - \int_0^1 \frac1u \sum_{k=1}^\infty \frac{(-u)^k}k \, du \\\\ ~~~~~~~~~~~~~~~~~~~~~~ = - \sum_{k=1}^\infty \frac{(-1)^k}k \int_0^1 u^{k-1} \, du \\\\ ~~~~~~~~~~~~~~~~~~~~~~ = - \sum_{k=1}^\infty \frac{(-1)^k}{k^2} = \frac{\pi^2}{12}[/tex]

[tex]\displaystyle \int_0^1 \frac{\ln(1+u) - u}{u^2} \, du = - \int_0^1 \frac1{u^2} \left(\sum_{k=1}^\infty \frac{(-u)^k}k + u\right) \, du \\\\ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ = -\int_0^1 \frac1{u^2} \sum_{k=2}^\infty \frac{(-u)^k}k \, du \\\\ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ = - \sum_{k=2}^\infty \frac{(-1)^k}k \int_0^1 u^{k-2} \, du \\\\ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ = -\sum_{k=2}^\infty \frac{(-1)^k}{k(k-1)} \\\\ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ = \sum_{k=1}^\infty \frac{(-1)^k}{k(k+1)} = 1 - 2\ln(2)[/tex]

Tying everything together, we end up with

[tex]S = -1 - \left(2 \cdot \dfrac{\ln^2(2)}2 - 2 \cdot \dfrac{\pi^2}{12} + (1-2\ln(2))\right) \\\\ ~~~ = \boxed{\frac{\pi^2}6 - 2 + 2\ln(2) - \ln^2(2)}[/tex]

Write the English phrase as an algebraic expression. Let the variable X represent the number

The sum of 15 divided by a number and that number divided by 15.

The expression is: ???

Answers

Answer:

(15 ÷ n) + (n ÷ 15)

Step-by-step explanation:

The sum of 15 divided by a number and that number divided by 15.

15 divided by a number

= (15 ÷ n)

15 is being divided by an unknown number (put n as a variable)

that number divided by 15

= (n ÷ 15)

An unknown number (put n as a variable) is being divided by 15.

The sum

Add (15 ÷ n) and (n ÷ 15)

(15 ÷ n) + (n ÷ 15)

Hope this helped and have a lovely rest of your day! :)

Consider the three functions below.
- (4) -(41* *--*
Which statement is true?
The range of h(x) is y> 0.
The domain of g(x) is y> 0.
The ranges of f(x) and h(x) are different from the range of g),
The domains of f(x) and g(x) are different from the domain of h(x).

Answers

Answer: c

Step-by-step explanation:

Simple Math Range and domain help

Answers

[tex]{ \qquad\qquad\huge\underline{{\sf Answer}}} [/tex]

Here we go ~

Domain : All possible values of x for which a function is defined.

According to given graph, the curve extends to infinity on both sides on x - axis, so it is defined for all real values.

i.e : Domain : All real

Range : All possible values of y for x, as per the given function

As per the given graph, the graph extends to infinity on lower end, but has maximum value of 0.

i.e Range : [tex]\boxed{ \sf y < 0} [/tex]

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

Answers

same here 2383882828x7767=?

The area of a rectangular barn is 119 square feet. its length is 10 feet longer than the width. find the length and width of the wall of the barn.

Answers

The length of the field with area 119 square feet is 17 feet and the width of the feet is 7 feet.

The area is the total region or space in two dimension that is covered by a figure , surface or object. Area of a rectangle is calculated by the product of its length and width.

A rectangle has 4 sides where each pair of  opposite side is equal .The length of a rectangle is normally the longer side and the width defines the shorter side.

Given the area of the barn is 119 square feet.

Let us consider the width of the barn to be x feet. As the length is 10 feet longer than the width then we will find the length to be ( x +10 ) feet.

Area = length × width

or, 119 = x × (x+10)

or, 119 = x² +10x

or, x² +10x - 119=0

Now we will solve the quadratic equation thus formed by middle term-factorization method:

or, x² +17x - 7x - 119 = 0

or, x ( x + 17 ) - 7 ( x + 17) = 0

or, ( x + 17 ) ( x - 7 ) = 0

Now either x + 17 = 0 or x - 7 =0

Therefore either x = 7  

or, x = -17 (The width cannot be a negative value)

Width = 7 feet and length = 7 + 10 = 17 feet.

Therefore the length of the field is 17 feet and the width of the feet is 7 feet.

To learn more about area of a rectangle visit:

https://brainly.com/question/16309520

#SPJ1

Explain how to graph the line with the equation y = 3/4x - 5

Answers

Answer:

A graphing calculator can help you.

Here is the graph, it is in the photo.

Answer the filling questions in your own words.

1. Which figure above is a line segment?

2. Which figure above is a ray?


3. Explain, in detail, the differences between a line, a line segment, and a ray.

Answers

A line has no endpoints (line FG), a line segment has two endpoints (line segment AB), and a ray has one endpoint (ray CD).

What is a Line Segment?

A line segment can be described as a line having two definite endpoints.

What is a Ray?

A ray is a part of a line that has just one fixed endpoint and extends in the opposite direction of the endpoint to infinity.

What is a Line?

A line has no endpoint. It extends in opposite directions to infinity.

1. The figure that is a line segment is the green figure. (line segment AB).

2. The blue figure is a ray (ray CD)

3. The red figure is a line (line FG).

In summary, a line has no endpoints (line FG), a line segment has two endpoints (line segment AB), and a ray has one endpoint (ray CD).

Learn more about lines on:

https://brainly.com/question/11493301

#SPJ1

prove that the sequence {Xn ] Such that
Xn Converges to Zero

Answers

The sequence or pattern [[tex]x_{n}[/tex]] [tex]x_{n}[/tex] Converges to Zero, meaning that the power, limit, and final solution all get closer to zero.

What do you mean by mathematical sequence?

A grouping of numbers in a specific order is known as a sequence. On the other hand, a series is described as the accumulation of a sequence's constituent parts. The length of the series is the number of elements (potentially infinite).Unlike a set, a sequence may contain the same things more than once at different locations, and unlike a set, the sequence's order is crucial.

According to given information;

First put;

[tex]x_{n}[/tex]−1=−√(1+x[tex]_n_-_2[/tex]+1)

into

[tex]x_{n}[/tex]=(−1+x[tex]_n_-_1[/tex]+1)

You'll notice a general form:

[tex]x_{n}[/tex]=−1+(x[tex]_n_-_r[/tex]+1)^2^−r

Then put r = n-1, and take the limit of both sides with n tending to infinity. On the right hand side, you have

−1 +[tex]\lim_{n \to \infty}[/tex](x+1)^[tex]\frac{1}{2n-1}[/tex]

       n→∞

he power approaches 0, the limit approaches 1 and the final answer approaches 0.

Know more about Sequence visit:

brainly.com/question/42614502

#SPJ9

In a class in which the final course grades depends entirely on the average of four equally weighted 100 point test David has scored 81, 92, and 74 on the first three. What range of scores on the fourth test will give David a b for the semester ( an average between 80 and 89 inclusive) assume that all the test scores have a non negative value

Answers

The range of scores on the fourth test to give David a B grade for the semester is at least 73 but less than or equal to 89.

What is a range?

A range refers to the difference between the lowest and the highest score.

A range of scores gives two values, the lowest and the highest scores.

Data and Calculations:

Scores secured by David = 81, 92, and 74

Total scores in three exams = 247

The average score for a B grade is:

80  ≤  B grade  < 90      ["at least" means ≤]

Therefore,

80 ≤ (81 + 92 + 74 + x) / 4  < 89  [assume equal weights for exams]

80 ≤ (247 + x) / 4 ≤ 89  [add values]

320 ≤ (247 + x) ≤ 356   [multiply by 4, retains a sense of inequality]

73 ≤ x < 109                   [subtracting 247 retains a sense of inequality]

Since exams are graded on 100 points, David cannot score 109, so the upper limit is put at 89.

Thus, the exam grade in the fourth test must be at least 73 but less than or equal to 89 to get a B average.

Learn more about inequalities at https://brainly.com/question/11613554

#SPJ1

Find the domain and range of the function represented by the graph.

Answers

Hi
Check out the attached photo

Does the equation 2(3X + 8) equal 2X +16+ 4X have a solution

Answers

infinitely many solutions 

Example

Simplify left side using distributive property to 6x+16. Combine like terms (2x and 4x) on the right side to 6x+16. Both sides simplify to the same expression (left side = right side) so there are infinitely many solutions. You can plug in any real number for x and the left side will always equal the right side.

beinggreat78 is great

but that's literally her user so....‍♀️
anywayso

Answers

Answer:

1.2 × 10⁻⁵

Step-by-step explanation:

The exponent is negative, so the decimal was moved -5 places back, making the number a decimal.

Answer:

1.2 x 10^5

Step-by-step explanation:

All work is shown in the attached screenshot! :)

Solve 2x + 2 > 10.
PLEASE HELP

Answers

Answer:

x > 4

Step-by-step explanation:

2x + 2 > 10

2x > 10 - 2

2x > 8

x > 8/2

x > 4

X > 4 is going to be your correct answer.

HELP PLEASE ASAP!!!!

Answers

The measure of  angle m∠PZQ is 63degrees.

How to find an angle?

A point where two or more line segments meet is called a vertex.

The vertex point also forms an angle.

Therefore,

point P is in the interior of ∠OZQ,

Hence,

<OZQ = <OZP +  m∠PZQ

The following angles are given:

m∠OZQ = 125°

m∠OZP = 62°

Substitute the given values into the expression above:

125 = 62 +  m∠PZQ

m∠PZQ = 125 - 62

m∠PZQ = 63°

Therefore, the measure of  the angle m∠PZQ is 63degrees

learn more on angles here: https://brainly.com/question/11000242

#SPJ1


If $5,000 had been invested in a certain investment fund on September 30, 2008, it would have been worth $23,125.59 on
September 30, 2018. What interest rate, compounded annually, did this investment earn? (Round your answer to two decimal
places.)

Answers

Interest rate compounded annually for the amount of $5,000 invested would have been worth $23,125.59 after 10 years is equal to 16.55% per year.

As given in the question,

Principal (P) = $5,000

Time (t) = 10 years

Amount = $23,125.59

[tex]r = n[(A/P)^{\frac{1}{nt}}-1]\\\\\implies r = 1[(23125.29/5000)^{\frac{1}{10} }-1]\\\\\implies r = 0.1655\\[/tex]

Convert r into percentage

r = 0.1655 × 100

 = 16.55% compounded annually

Therefore, interest rate compounded annually for the amount of $5,000 invested would have been worth $23,125.59 after 10 years is equal to 16.55% per year.

Learn more about interest here

brainly.com/question/13324776

#SPJ1

I really need help it’s due in 10 minutes

Answers

In the picture we have to solve the individual variables A=2πr²+2πrh. We got function with r as subject is[tex]\frac{-h}{2} \pm\sqrt{\frac{h^{2}}{4 } +\frac{a}{2\pi} }[/tex]

Given that,

In the picture we have to solve the individual variables

A=2πr²+2πrh

We have to find function with r as subject.

Taking A to left side we get

2πr²+2πrh-A=0

We can see the equation is in the form of quadratic equation with variable r.

So, The factor we find by using the formula

That is [tex]\frac{-b\pm\sqrt{b^{2}-4ac } }{2a}[/tex]

Here, a=2π,b=2πh and c=-A

r=[tex]\frac{-2\pi h\pm\sqrt{(2\pi h)^{2}-4(2\pi)(-a) } }{2(2\pi)}[/tex]

r=[tex]\frac{-2\pi h\pm\sqrt{(4\pi^{2}h^{2} +8\pi a) } }{4\pi}[/tex]

r=[tex]\frac{-h}{2} \pm\frac{\sqrt{(4\pi^{2}h^{2} +8\pi a )} }{4\pi}[/tex]

r=[tex]\frac{-h}{2} \pm\sqrt{\frac{4\pi^{2}h^{2}+8\pi a }{16\pi^{2} } }[/tex]

r=[tex]\frac{-h}{2} \pm\sqrt{\frac{h^{2}}{4 } +\frac{a}{2\pi} }[/tex]

Therefore, We got  function with r as subject is[tex]\frac{-h}{2} \pm\sqrt{\frac{h^{2}}{4 } +\frac{a}{2\pi} }[/tex]

To learn more about variable visit: https://brainly.com/question/17344045

#SPJ1

I need help with this

Answers

Answer:

1. He get get to school 10 minutes faster riding by hisself than ridding with Christina.

Step-by-step explanation:

Christina is 22 minutes - Luis 12 minutes = 10 minutes.

Which function has the greater average rate of change over the interval [0,3]?

Answers

If the interval is [0,3] then the second function whose graph is given has the greater average rate of change.

Given two functions, one is in the table and the other one is in the form of graph.

We are required to choose the function which has the greater average rate of change.

Function is basically the relationship between two or more variables that are expressed in equal to form. The values that we enter are known as part of domain and the values that we get from the function are known as part of codomain or range of the function.

If we observe the table then we will find that in the interval [0,3] there is not any change in the value of function, it is constant to be 4.

If we observe the graph then we will find that the value of function is continuously decreasing.

So, the second function has greater average rate of change over the interval [0,3].

Hence if the interval is [0,3] then the second function whose graph is given has the greater average rate of change.

Learn more about rate of change at https://brainly.com/question/8728504

#SPJ9

A computer programmer had two flies with a total size of 77.56 gigabytes if one of the files was 45.46 gigabytes how big is the second file

Answers

Answer:

Step-by-step explanation:

32.1 gb is answer

77.56

-45.46

second file would be 32.10 gb

A universal set U consists of 19 elements. If sets A, B, and C are proper subsets of U and n(U) = 19, n(An B) = n(An K C) = n(B n C)= 9, n(An B n C) =6, and n(A U B UC) = 15, determine each of the following. a) n(A U B) b ) n ( A' UC c) n(An B)'

Answers

Using Venn sets, the cardinalities are given as follows:

a) n(A U B) = 15.

b) n(A' U C) = 16.

c) n(A ∩ B)' = 10.

What are Venn probability?

Venn amounts relates the cardinality of sets that intersect with each other.

For this problem, the sets are the ones given in this problem, A, B and C, while U is the universal set.

For this problem, the cardinalities are given as follows:

n(U) = 19.n(A ∩ B) = n(A ∩ C) = n(B ∩ C) = 9.n(A ∩ B ∩ C) = 6.n(A U B UC) = 15

Hence:

6 elements belong to all the sets.9 - 6 = 3 belong to these intersections but not the remaining set: A and B, A and C, B and C.15 belong to the union of all of them, hence 4 belong to none.15 - (6 + 3 x 3) = 0 belong to only one set.

Hence:

n(A U B) = 15, as from the final bullet point, there are no elements that belong to only set C.For item b, 6(all) + 3(only A and C) + 3 (only B and C) = 12 elements belong to C, and 4 do not belong to A(the 3 to only B and C is already counted), hence: n(A' U C) = 16, as 12 + 4 = 16.For item c, n(A ∩ B) = 9, hence n(A ∩ B)' = n(U) - n(A ∩ B) = 19 - 9 = 10.

More can be learned about Venn sets at https://brainly.com/question/28318748

#SPJ1

What is the answer
6000 +300+20+5

Answers

Answer:

6325

Step-by-step explanation:

[tex]6000 \\ \: \: 300 \\ \: \: \: \: 20 \\ \: \: \: + 5[/tex]

___________

6325

Answer:

Your answer would be [tex]6325[/tex]

Step-by-step explanation:

[tex]=6325[/tex]

[tex]6000 +300+20+5[/tex]

[tex]=6325[/tex]

hopefully this helps! TwT

What is the inverse of f(x)=(3x)2 for x≥0

Answers

The inverse of the function f(x) = (3x)^2 is f-1(x) = 1/3√x

How to determine the inverse of the function?

The function is given as:

f(x) = (3x)^2

Remove the bracket in the above equation

So, we have:

f(x) = 9x^2

Express f(x) as y

So, we have

y = 9x^2

Swap the positions of x and y

So, we have

x = 9y^2

Make y the subject of the formula

y^2 = x/9

Take the square root of both sides

y = 1/3√x

Express as an inverse function

f-1(x) = 1/3√x

Hence, the inverse of the function f(x) = (3x)^2 is f-1(x) = 1/3√x

Read more about inverse functions at:

brainly.com/question/11735394

#SPJ1

kevin found a deal on a computer that has been marked down by 30% to be $490. what was the original price of the computer?

Answers

Answer:

$700

Step-by-step explanation:

Since the deal is 30% off, that means that the price is now 70% of the original price.

70% of x = 490

0.7x = 490

x = 490/0.7

x = 700

Answer: $700

determine the inverse of the function​

Answers

Answer:

[tex]f^{-1}(x)= \dfrac{1}{2}\ln \left(-\dfrac{x^2}{x^2-1}\right), \quad \textsf{for}\:\{x:0 < x < 1\}[/tex]

Step-by-step explanation:

Given function:

[tex]f(x)=\dfrac{e^x}{\sqrt{e^{2x}+1}}[/tex]

The domain of the given function is unrestricted:  {x : x ∈ R}

The range of the given function is restricted:  {f(x) : 0 < f(x) < 1}

To find the inverse of a function, swap x and y:

[tex]\implies x=\dfrac{e^y}{\sqrt{e^{2y}+1}}[/tex]

Rearrange the equation to make y the subject:

[tex]\implies x\sqrt{e^{2y}+1}=e^y[/tex]

[tex]\implies x^2(e^{2y}+1)=e^{2y}[/tex]

[tex]\implies x^2e^{2y}+x^2=e^{2y}[/tex]

[tex]\implies x^2e^{2y}-e^{2y}=-x^2[/tex]

[tex]\implies e^{2y}(x^2-1)=-x^2[/tex]

[tex]\implies e^{2y}=-\dfrac{x^2}{x^2-1}[/tex]

[tex]\implies \ln e^{2y}= \ln \left(-\dfrac{x^2}{x^2-1}\right)[/tex]

[tex]\implies 2y \ln e= \ln \left(-\dfrac{x^2}{x^2-1}\right)[/tex]

[tex]\implies 2y(1)= \ln \left(-\dfrac{x^2}{x^2-1}\right)[/tex]

[tex]\implies 2y= \ln \left(-\dfrac{x^2}{x^2-1}\right)[/tex]

[tex]\implies y= \dfrac{1}{2}\ln \left(-\dfrac{x^2}{x^2-1}\right)[/tex]

Replace y with f⁻¹(x):

[tex]\implies f^{-1}(x)= \dfrac{1}{2}\ln \left(-\dfrac{x^2}{x^2-1}\right)[/tex]

The domain of the inverse of a function is the same as the range of the original function.  Therefore, the domain of the inverse function is restricted to {x : 0 < x < 1}.

Therefore, the inverse of the given function is:

[tex]f^{-1}(x)= \dfrac{1}{2}\ln \left(-\dfrac{x^2}{x^2-1}\right), \quad \textsf{for}\:\{x:0 < x < 1\}[/tex]

you are stinky . i hope you know tht

Answers

Step-by-step explanation:

wot. that's not even a qn bro

Step-by-step explanation:

the difference between the numbers are 5

so this is an arthimetic sequence with D=5

5n-7 is the formula

Solve 2(x - 3) ≥ -3 (-3 + x)

Answers

Answer:

x ≥ 3

Step-by-step explanation:

2(x - 3) ≥ -3(-3 + x)

2x - 6 ≥ 9 - 3x

5x - 6 ≥ 9

5x ≥ 15

x ≥ 3

Answer:

x ≥ 3

Step-by-step explanation:

write, calculate, divide both sides

Car A travels a distance of 22.5 miles in 30 minutes and car B travels a distance of 34.5 miles in 45 minutes. which car is traveling faster.
someone plssssss ITS URGENT.

Answers

Car A: 22.5/0.5 = 45 mph
Car B: 34.5/0.75 = 46 mph

Car B is travelling faster

a baseball coach spent $118.25 on 11 pizzas. estimate ate the cost of each pizza using a number with one nonzero digit. then find the exact cost per pizza

Answers

Answer:

10.75

Step-by-step explanation:

$118.25 / 11

We're finding the cost of each pizza. So, If a Coach bought 11 Pizza's for $118.25, We need to find how much x is. x = amount of cost per pizza.  Divide $118.25 by 11 to get $10.75.

Each Pizza Costs $10.75.

Other Questions
A decrease in the price of a complementary good will cause its complements equilibrium price to ______________ and the equilibrium quantity to ______________. two 20-year bonds are indentical in all respects except that one allows the issuer to call the bond in return for $1,000 cash at any time after five years, while the other contains no call provisions. will the yield to maturity on the two bonds differ? if so, which will be higher? why? Which of the following groups/families has an oxidation number/charge of -1? answer please due at 12 the perils of indifference"": explain how wiesels cultural experience influenced his central idea and the purpose or goal for delivering this speech. cite evidence from the text to support your understanding How did John D. Rockefeller vertically integrate his monopoly in 1882?He created a trust that controlled oil wells, refineries, and distribution networks.He created a trust that controlled ninety percent of the nation's oil refineries.He purchased coal plants around the country to add to his business.He purchased iron mines around the country to add to his business. your company is required to remain compliant with pci-dss due to the type of information processed by your systems. if there was a breach of this data, which type of disclosure would you be required to provide during your incident response efforts? notification to visa and mastercard notification to federal law enforcement notification to local law enforcement notification to your credit card processor see all questions back next question the nurse completes an admission assessment. the client tells the nurse that she feels like she needs to vomit. the nurse helps the client to sit up at the side of the bed and provides her with an emesis basin. the client vomits into the emesis basin and then remains sitting on the side of the bed, stating that she may need to throw up again. after the price ceiling is implemented, there is neither a shortage nor a surplus. a shortage. both a shortage and a surplus. a surplus. 621621 please show me the work State governments should not allow residents to water their lawns during droughts.'According to an article in Scientific American, the average swimming pool wastes over 1,000 gallons of water each month.StrongWeak: Doesn't Support the ClaimWeak: Not a FactWeak: Not from a Credible Source genin gm, kent a, birman v, et al. 2009. functional grading of mineral and collagen in the attachment of tendon to bone. biophys j 97:976985. how can we reduce the rate of refusals in telephone surveys? most people who answer at all listen to the interviewers introductory remarks and then decide whether to continue. one study made telephone calls to randomly selected households to ask opinions about the next election. in some calls, the interviewer gave her name; in others, she identified the university she was representing; and in still others, she identified both herself and the university. for each type of call, the interviewer either did or did not offer to send a copy of the final survey results to the person interviewed. what are the factors in this experiment and how many levels does each factor have? 23. Formulating Hypotheses Suppose you wantto know if objects with different masses fall tothe ground at different rates. State a hypothesisabout falling objects.-I NEED HELP PLEASE!!! ASAP An English instructor asserted that students' test grades are directly proportional to the amount of time spent studying.Lisa studies 6 hr for a particular test and gets a score of 76. At this rate, how many hours would she have had tostudy to get ascore of 91? according to the monk's stories, what common trait do hercules and samson share? a. they were both favored by god. b. they both possessed unrivaled strength. 30 Points. The overall purpose of mercantilism was toA. improve the wealth of the coloniesB. make the mother country richer by building coloniesC. allow the colonies to trade as they saw fitD. export low-priced items and import expensive ones are there public functions that might benefit from more competion, including competition from private firms? what is the value of the expression 2[I(y-5z)] when I=5/2 y=7 and z=1/5 what is the magnitude of the electric field along the positive z axis? use k in your answer, where k