, Which recursive sequence would produce the sequence
2,-6, 34

, Which Recursive Sequence Would Produce The Sequence 2,-6, 34

Answers

Answer 1

Recursive sequence would produce the sequence 2,-6, 34 is a1 = 2 and an = 2an-1 - 4

How can the recursive sequence be found?To identify a recursive sequence in which terms are defined using one or more preceding terms that are presented.Step 1, Find the nth term (an) of an arithmetic progression and the common discrepancy, d.Step 2, Use the formula an+1 = a + d to plug in the values and find the (n+1)th term, which will then reveal the following terms.A recursive formula is written in two parts: the first term is stated, and the formula connecting the succeeding terms is also stated. 10 through 35 in the following numerical order. Come up with a recursive formula. An arithmetic sequence is shown in this example (the same number, 5, is added to each term to get to the next term).Recursive sequence would produce the sequence 2,-6, 34 is a1 = 2 and an = 2an-1 - 4.        

To learn more about Recursive sequence refer to:

https://brainly.com/question/21286510

#SPJ1


Related Questions

A local salesman receives a base salary of $975 monthly. He also receives a commission of 6% on all sales over $1200. How much would he have to sell in a month if he needed to have a monthly income of $2500

Answers

He has to sell in a month $26616.67.

Given that a local salesman receives a base salary of $975 monthly and he also receives a commission of 6% on all sales over $1200.

A numerical assertion wherein two articulations are delivered equivalent to each other is known as an algebraic condition.

Let the Sales amount be s.

We have:

Sales over 1,200 is written as

s-1200

6% is also 0.06  as a decimal,

so according to question, we have

0.06(s - 1200) + 975=2500

Now, we will apply the distributive property a(b+c)=ab+ac, we get

0.06s-0.06×1200+975=2500

Further, we want to simplify the left-hand side, we get

0.06s-72+975=2500

0.06s+903=2500

Furthermore, we will subtract 903 from both sides, we get

0.06s+903-903=2500-903

0.06s=1597

Now, we will divide both sides with 0.06, we get

0.06s/0.06=1597/0.06

s=26616.67

Hence, he have to sell in a month if he needed to have a monthly income of $2500 is $26616.67.

Learn more about algebraic equation from here brainly.com/question/4344214

#SPJ4

Select the correct answer from the drop-down menu.
Compare the steps for constructing a perpendicular line to line ABthrough point C using a reflective device and using paper.
.C
A
When using paper to construct the perpendicular line, the paper is folded so that
line ABwill lie exactly on top of each other.
When using a reflective device to construct a line perpendicular to line AB, set one end of the device to coincide with
then swing the other end of the device so the reflection of line ABcoincides with
All rights reserved.
Reset
Next
and the two sides of
and

Answers

The  C is perpendicular to AB

When using paper, the paper perpendicular te construct to is folded so that AB is divided equally and the two sides of. line AB will lie exactly on top of each other.

When using a reflective device to construct a live perpendicular to line AB, set One end of the device to coincide with point C, and then swing the other end of the device so that the reflection of line AB coincides with the midpoint of AB

The question is incomplete hence the complete question is shown here

Select the correct answer from the drop-down menu. Compare the steps for constructing a perpendicular line to line  through point  using a reflective device and using paper. , When using paper to construct the perpendicular line, the paper is folded so that and the two sides of line  will lie exactly on top of each other. When using a reflective dewice to construct a line perpendicular to line  , set one end of the device to coincide with , and then swing the other end of the device so the reflection of line  coincides with.

Learn more About Perpendicular line here

https://brainly.com/question/1202004

#SPJ1

Answer:

I toke the test, I think the first one is A and  B coincide

Step-by-step explanation:

1)Convert the following binary numbwers into decimal number(only a,b,c,f,i)

Answers

#1

(11)_2(1×2⁰+1×2¹)_10(1(1)+1(2))_10(1+2)_10(3)_10

#b

(110)_2(0+1×2¹+1×2²)_10(2+4)_10(6)_10

#c

(111)_2(1×2⁰+1×2¹+1×2²)_10(1+2+4)_10(7)_10

#f

(10011)_2(1×2⁰+1×2¹+0+0+1×2⁴)_10(1+2+16)_10(19)_10

#i

(10110101)_2(1×2⁰+0+1×2²+0+1×2⁴+1×2⁵+0+1×2⁷)_10(1+4+16+32+128)_10(181)_10

Answer:

a) 3₁₀

b) 6₁₀

c) 7₁₀

f) 19₁₀

i) 181₁₀

Step-by-step explanation:

Binary to Decimal Conversion (Positional Notation Method)

Multiply each digit by the base (2) raised to the power dependent upon the position of that digit in the binary number. Sum all the values obtained for each digit.Express the number as a decimal number by placing subscript 10 after it.

For a binary number with 'n' digits:

The right-most digit is multiplied by 2⁰The left-most digit is multiplied by [tex]\sf 2^{n-1}[/tex]

For example, to convert the binary number 111001₂ into a decimal:

[tex]\begin{array}{ c c c c c c}1 & 1 & 1 & 0 & 0 & 1\\\downarrow & \downarrow & \downarrow & \downarrow & \downarrow & \downarrow \\2^5 & 2^4 & 2^3 & 2^2 & 2^1 & 2^0\\\end{array}[/tex]

Multiply each digit by the base (2) raised to the power as indicated above and sum them:

[tex]=(1 \times 2^5)+(1 \times 2^4)+(1 \times 2^3)+(0 \times 2^2)+(0 \times 2^1)+(1 \times 2^0)[/tex]

[tex]= 32+16+8+0+0+1[/tex]

[tex]= 57[/tex]

Finally, express as a decimal number ⇒ 111001₂ = 57₁₀

Question (a)

[tex]\begin{aligned}\implies 11_2 & = (1 \times 2^1)+(1 \times 2^0)\\& = 2+1\\& = 3\end{aligned}[/tex]

Therefore, 11₂ = 3₁₀

Question (b)

[tex]\begin{aligned}\implies 110_2 & = (1 \times 2^2)+(1 \times 2^1)+(0 \times 2^0)\\& = 4+2+0\\& = 6\end{aligned}[/tex]

Therefore, 110₂ = 6₁₀

Question (c)

[tex]\begin{aligned}\implies 111_2 & = (1 \times 2^2) +(1 \times 2^1)+(1 \times 2^0)\\& =4+2+1\\& = 7\end{aligned}[/tex]

Therefore, 111₂ = 7₁₀

Question (f)

[tex]\begin{aligned}\implies 10011_2 & =(1 \times 2^4)+(0 \times 2^3)+ (0 \times 2^2) +(1 \times 2^1)+(1 \times 2^0)\\& =16+0+0+2+1\\& = 19\end{aligned}[/tex]

Therefore, 10011₂ = 19₁₀

Question (i)

[tex]\phantom{)))}10110101_2 \\\\=(1 \times 2^7)+(0 \times 2^6)+(1 \times 2^5)+(1 \times 2^4)+(0 \times 2^3)+ (1 \times 2^2) +(0 \times 2^1)+(1 \times 2^0)\\\\=128+0+32+16+0+4+0+1\\\\= 181[/tex]

Therefore, 10110101₂ = 181₁₀

Jake started biking to the coffee shop traveling 8 mph, after some time the bike got a flat so Jake walked the rest of the way, traveling 4 mph. If the total trip to the coffee shop took 9 hours and it was 60 miles away, how long did Jake travel at each speed

Answers

Jake travel to the coffee shop by bike with speed of [tex]8mph[/tex] is  [tex]56mile[/tex] and when bike got a flat so Jake walked [tex]4mile[/tex]

How to find the speed by biking and walking ?

let [tex]b[/tex] = time spent biking

then   [tex]8-b[/tex] =time spent walking

Write distance equation

[tex]dist=speed *time[/tex]

So bike distance [tex]+[/tex] walk distance [tex]=60mile[/tex]

[tex]8b+4(8-b)=60\\8b+32-4b=60\\4b=60-32\\b=28/4\\\\b=7hrs[/tex]

Then [tex]8-7=1 hrs[/tex] spent walking.

For cross check the answer find that actual distance for each

[tex]8(7)=56mi\\4(1)=4mi\\-------\\total distance=60mile[/tex]

Learn more about distance and speed here :

https://brainly.com/question/28045840

#SPJ4

Which function has a vertex at the origin?
O f(x) = (x+4)²
Of(x) = x(x-4)
Of(x)=(x-4)(x + 4)
Of(x) = -x²

Answers

Answer:

  (d)  f(x) = -x²

Step-by-step explanation:

For the vertex of the quadratic function to be at the origin, both the x-term and the constant must be zero. That is, the function must be of the form ...

  f(x) = a(x -h)² +k . . . . . . . . . . vertex form; vertex at (h, k)

  f(x) = a(x -0)² +0 = ax² . . . . . vertex at the origin, (h, k) = (0, 0)

Of the offered answer choices, the only one with a vertex at the origin is ...

  f(x) = -x² . . . . . a=-1

Find the measure of the arc or central angle indicated. Assume that lines which appear to be diameters are actual diameters.

Answers

Answer:

? = 120°

Step-by-step explanation:

the central angle is the same as the arc that subtends it , that is

? = 120°

NOOOOOOOOOOOOOOOOOOOOO

Which of the statements below is true for the following set of numbers?42,10,36,51,70,28

Answers

Answer:

statement 1(one)

Step-by-step explanation:

Which expression is equivalent to startfraction 3 x superscript negative 6 baseline y superscript negative 3 baseline over 15 x squared y superscript 10 baseline endfraction? assume x not-equals 0, y not-equals 0.

Answers

The correct expression is 1 Over 5 x Superscript minus 8 Baseline y Superscript minus 13 Baseline endFraction.

Given expression [tex](3x)^-6*y^-3/ 15x^2*y^10[/tex]

Lets simplify the equation:

[tex]= > (3x)^-6*y^-3/ 15x^2*y^10\\=1/5 x^-8*y^-13[/tex]

Expression:

An expression is a sentence with a minimum of two numbers or variables and at least one math operation. This math operation can be addition, subtraction, multiplication, or division. The structure of an expression is: Expression is (Number/Variable, Math Operator, Number/Variable)

Hence the correct expression is 1 Over 5 x Superscript minus 8 Baseline y Superscript minus 13 Baseline EndFraction.

Learn more about Expression on:

https://brainly.com/question/1280754

#SPJ4

10 points + BRAINEST

Answers

0.5
Pls give brainest

[tex]\textbf{Heya !}[/tex]

basic math tips -»

"of" means multiply

[tex]\sf{\cfrac{1}{10}\cdot\cfrac{5}{1}}[/tex]

multiply the numerators and denominators times each other -»

[tex]\sf{\cfrac{5}{10}}[/tex]

reduce:-

[tex]\sf{\cfrac{1}{2}}[/tex]

`hope it was helpful to u ~

what is the coefficient of (3y^2 + 9)5

Answers

The coefficient of (3y² + 9)5 is 15.

A polynomial is of the form a₀xⁿ + a₁xⁿ⁻¹ + a₂xⁿ⁻² + ... + aₙ₋₁x + aₙ.

Here, x is the variable, aₙ is the constant term, and a₀, a₁, a₂, ..., and aₙ₋₁, are the coefficients.

a₀ is the leading coefficient.

In the question, we are asked to identify the coefficient of (3y² + 9)5.

First, we expand the given expression:

(3y² + 9)5

= 15y² + 45.

Comparing this to the standard form of a polynomial, a₀xⁿ + a₁xⁿ⁻¹ + a₂xⁿ⁻² + ... + aₙ₋₁x + aₙ, we can say that y is the variable, 15 is the coefficient, and 45 is the constant term.

Thus, the coefficient of (3y² + 9)5 is 15.

Learn more about the coefficients of a polynomial at

https://brainly.com/question/9071229

#SPJ1

An integrated transcriptomic and epigenomic analysis identifies CD44 gene as a potential biomarker for weight loss within an energy-restricted program

Answers

An integrated transcriptomic and epigenomic analysis identifies the CD44 gene as a potential biomarker for weight loss within an energy-restricted program: TRUE

What is an integrated transcriptomic and epigenomic analysis?Because of the interindividual variability in response to weight-loss treatments, new predictive biomarkers are needed to improve the efficacy of weight-loss programs. The goal of this work is to find new genes that distinguish individual responses to a weight-loss dietary regimen by combining mRNA expression and DNA methylation arrays.Different expression and DNA methylation profiles were found in LR versus HR. The integrative analysis of the array data found four genes that were differentially methylated and expressed between groups: CD44, ITPR1, MTSS1, and FBXW5. In LR, CD44 expression was higher and DNA methylation levels were lower than in HR.

Therefore, the statement "an integrated transcriptomic and epigenomic analysis identifies the CD44 gene as a potential biomarker for weight loss within an energy-restricted program" is TRUE.

Know more about weight loss here:

https://brainly.com/question/1519447

#SPJ4

Complete question:

An integrated transcriptomic and epigenomic analysis identifies the CD44 gene as a potential biomarker for weight loss within an energy-restricted program. TRUE or FALSE

HELP!!!!!!QUICK!!!!!!!

Answers

Help with what? I don’t see anything.

Can you help me,pls

Answers

Answer:

  x^4 +2 +x^-4

Step-by-step explanation:

The square of a binomial is a form worthy of memorization.

  (a +b)² = a² +2ab +b²

Application

Here, you have a binomial with a=x² and b=1/x². Using these values in the pattern, we have ...

  [tex]\left(x^2+\dfrac{1}{x^2}\right)^2=(x^2)^2+2(x^2)\dfrac{1}{x^2}+\left(\dfrac{1}{x^2}\right)^2\\\\=\boxed{x^4+2+\dfrac{1}{x^4}}[/tex]

How many minutes are equal to 2 hours 20 minutes? how many minutes are equal to 2 hours 20 minutes? 100 120 220 240 none of these

Answers

Answer:

None of the answers

Step-by-step explanation:

There are 60 minutes in one hour so to find the number of minutes in two hrs we multiply 2 by 60: 2*60 = 120 minutes

We then add the extra 20 minutes: 120+20 = 140 minutes

None of the answers include 140 minutes.

how to simplify cos(6x) + 1

Answers

cos(6x) +1
= 32cos^6(x)−48cos^4(x)+18cos^2(x)

Tas
The three points marked on the graph are
the vertices (corners) of a parallelogram.
10
9
y
8
7
6
5
4
3
2
1
A
1 2
C
2
B
3 4 5 6 7 8 9
10
What are the coordinates of the fourth
vertex?

Answers

Answer: (8,10)

Step-by-step explanation:

To go from A to C, we go right 2 units and up 6 units.

So, if we let the fourth vertex be D, then to go from B to D, we must also go right 2 units and up 6 units from B.

Therefore, the answer is (8, 10).

pls help me on this one :((

Answers

Answer:

The answer is B) b

Step-by-step explanation:

According to the Trapezoid area formula, the area of the trapezoid is [(2d+a+b) × c] ÷ 2, however the area also equals (d+b) × c.

So d+(a+b)/2=d+b

(a+b)/2=b

a+b=2b

a=b

hope this helps <3

1) (x-y)(y-2)(x+2) / 2x^2+4yz+6 =
2) 4(x+y)(x-y)(y-x) / t+d+m =
3) ( √25+√9 / 2 ) + √21675 =
4) (9x^2+3x+27)(3+6y)(4+6y) / 1+2a+38+4c+2000z =
5) (x^2+6x+5) / (x+2)(x+6) =
^^^Simplify
6) (xy/m) + (xm/y) - (m/x) = 63 x=
Isolate

Could anyone help me with these?

Answers

See below for the solution to each expression

How to solve the expressions?

Expression 1

The expression is given as:

(x-y)(y-z)(x+z)/(2x^2+4yz+6)

Expand the numerator

(x^2 - y^2 -xz + yz)(x + z)/(2x^2+4yz+6)

Further, expand the numerator

(x^3 - xy^2 - x^2z + xyz + x^2z - y^2z - xz^2 + yz^2)/(2x^2+4yz+6)

Evaluate the like terms

(x^3 - xy^2  + xyz - y^2z - xz^2 + yz^2)/(2x^2+4yz+6)

Hence, the equivalent expression of (x-y)(y-z)(x+z)/(2x^2+4yz+6) is (x^3 - xy^2  + xyz - y^2z - xz^2 + yz^2)/(2x^2+4yz+6)

Expression 2

The expression is given as:

4(x+y)(x-y)(y-x)

Apply the difference of two squares

4(x^2 - y^2)(y - x)

Expand the expressions in the brackets

4(x^2y - x^3 - y^3 + xy^2)

Open the bracket

4x^2y - 4x^3 - 4y^3 + 4xy^2

Hence, the equivalent expression of 4(x+y)(x-y)(y-x) is 4x^2y - 4x^3 - 4y^3 + 4xy^2

Expression 3

The expression is given as:

(√25+√9/2) + √21675

Take the square roots of 25, 9 and 21675

(5 +3/2) + 5√867

Evaluate the sum

13/2 + 5√867

Hence, the equivalent expression of (√25+√9/2) + √21675 is 13/2 + 5√867

Expression 4

The expression is given as:

(9x^2+3x+27)(3+6y)(4+6y) /1+2a+38+4c+2000z

Factor out 3 and 2 from the numerator

3(3x^2 +x + 9) * 3(1 + 2y) * 2(2 + 3y)/1+2a+38+4c+2000z

This gives

18(3x^2 +x + 9)(1 + 2y)(2 + 3y)/1+2a+38+4c+2000z

The expression cannot be further simplified.

Hence, the equivalent expression of (9x^2+3x+27)(3+6y)(4+6y) /1+2a+38+4c+2000z is 18(3x^2 +x + 9)(1 + 2y)(2 + 3y)/1+2a+38+4c+2000z

Expression 5

The expression is given as:

(x^2+6x+5)/(x+2)(x+6)

Factorize the numerator

(x + 1)(x + 5)/(x + 2)(x + 6)

Hence, the equivalent expression of (x^2+6x+5)/(x+2)(x+6) is (x + 1)(x + 5)/(x + 2)(x + 6)

Expression 6

6) (xy/m) + (xm/y) - (m/x) = 63

Factor out x

x(y/m + m/y) - m/x = 63

Evaluate the sum

x(y^2 + m^2)/y - m/x = 63

Multiply through by xy

x^2(y^2 + m^2) - my = 63xy

Add my to both sides

x^2(y^2 + m^2)  = 63xy + my

The above implies that the variable x cannot be isolated from the equation

Read more about expressions at:

https://brainly.com/question/723406

#SPJ1

One cupcake weighs 3 1/2 ounces how many cupcakes are there in 28 ounce package

Answers

Using division, the 8 cupcakes are there in 28 ounce package if one cupcake weighs 3 1/2.

According to the question,

One cupcake weighs 3 1/2 ounces. In order to find the number of cupcakes are there in 28 ounce package.

1 cupcake = 7/2 ounces

x cupcakes = 28 ounces

28 = 7/2 * x [cross multiplication]

x = (28*2)/7     [Using division]

x = 8

Hence, using division, the 8 cupcakes are there in 28 ounce package if one cupcake weighs 3 1/2.

Learn more about division here

https://brainly.com/question/18369058

#SPJ4

You want to retire on the equivalent of $50,000 per year in today's money. inflation is expected to be 3%. you will retire in 30 years. you will earn 10% annually on your investments from not till retirement and you will earn 8% during retirement (which is expected to last 20 years). how much do you need to save per month in order to fund this retirement?

Answers

$662.18 needs to be saved per month.

$90,000 now at 3% inflation will become 90000*1.03^30 after 30 years.

i.e.  $218,454 is required in retirement years (for 20 years)

Calculating the PV of these payments at 7% is calculated as below.

FV = 0

1/y = 7%

n=20; PMT = 218454; calculate PV = $2,314,305

Now we want to get $2,314,305 at the start of retirement by saving per year. Enter the following in the financial calculator to get the per month amount.

FV = 2314305; PV = 0; n= 12*30; 1/y = 12%/12; calculate PMT  = $662.18

So $662.18 needs to be saved per month.

Learn more about inflation here: https://brainly.com/question/8149429

#SPJ4

15 athletes are assigned to one of three teams. Each team will have five athletes. The teams are different, so it matters who gets assigned to which team. How many ways are there to assign the athletes to the teams

Answers

Answer:

There is only one way to assign the athletes to the team by giving 5 athletes to each team

Jean estimates that her friend complete a new level of a game on the first try 20% of the time. she conducts a simulation to predict how manytimes out of 80 her friend would complete a new level on the first try. jin uses a random number generator. every digit that is eight or nine representatives complete in the level. what is the problem ability that her friend completes a new level on the first try written as a percent

Answers

The friend's probability of beating the next level on her first attempt are 22.5 percent.

Describe probability.

To forecast how likely occurrences are to occur, probability has been introduced in mathematics. This is the fundamental theory of probability, which is also applied to the probability distribution, and from which you will discover the likelihood of results for a random experiment.

This idea is used to discuss the probability or likelihood of an event happening.

The frequency of the number 8 is seven.

The frequency of the number 9 is 11.

The full list of frequencies is provided as

10 + 9 + 6+ 7 + 8 + 12 + 4 + 6 + 7 + 11 = 80

7 + 11 = 18

18/80 is the probability.

= 0.225 x 100

22.5 percent

Click here to learn more about probability:

brainly.com/question/251701

#SPJ4

A river flows at 2m/s . Juan's boat can travel twice as fast down the river as it can go up the river. how fast the boat go in still water? ​

Answers

Using proportions, it is found that the boat can go 6 m/s in still water.

What is a proportion?

A proportion is a fraction of a total amount, and the measures are related using a rule of three.

In this problem, we have that:

Down the river, the speed is v + 2.Up the river, the speed is v - 2.

He goes twice as fast down the river, hence:

v + 2 = 2(v - 2).

v + 2 = 2v - 4

2v - v = 2 + 4

v = 6.

The boat can go 6 m/s in still water.

More can be learned about proportions at https://brainly.com/question/24372153

#SPJ1

A random sample of n = 4 scores is obtained from a normal population with m = 30 and s = 8. what is the probability that the sample mean will be smaller than m = 22?

Answers

the probability that the sample mean will be smaller than m = 22 is 0.02275.

For the given question,

A z-score measures exactly how many standard deviations a data point is above or below the mean. It allows us to calculate the probability of a score occurring within our normal distribution and enables us to compare two scores that are from different normal distributions.

Here sample size, n = 4

mean, μ = 30

standard deviation, σ = 8

The probability that the sample mean will be smaller than m = 22 is

z = [tex]\frac{m-\mu}{\frac{\sigma}{\sqrt{n} } }[/tex]

⇒ z =[tex]\frac{22-30}{\frac{8}{\sqrt{4} } }[/tex]

⇒ z = [tex]\frac{22-30}{\frac{8}{2} }[/tex]

⇒ z = [tex]-\frac{8}{4}[/tex]

⇒ z = -2

Refer the Z table for p value,

Thus for P(z < -2) is 0.02275.

Hence we can conclude that the probability that the sample mean will be smaller than m = 22 is 0.02275.

Learn more about probability of the sample mean here

https://brainly.com/question/16897081

#SPJ4

HELP! what is this? what’s the answer?!

Answers

D. not continuous at X=0

if you trace the function you'll find a jump in the graph. To be continuous the line can't have any breaks in it. In this example, it's discontinuous when X=0

WILL. GIVE BRAINLIEST IF RIGHT!!​

Answers

Answer:

The class and exam medians are almost the same.

Step-by-step explanation:

The median of a box-and-whisker plot is the line inside the box.

• As we can see, the medians of  class and median are very similar, both around 85. This is why the first option is correct.

•The second option is incorrect because the exam median is not much higher than the class median; the difference is very small.

• The third option is incorrect because exam does not have the lowest median. In fact, exam median is slightly higher than class median.

• The fourth option is incorrect because outliers do not affect the median.

A board of directors consists of fourteen men and six women. A four-member search committee is randomly chosen to recommend a new company president. What is the probability that all four members of the search committee will be women

Answers

Answer:

probability of all the four women chosen over people needed in a committee=4 over 4 =1

10 points to you if you help me
and brainlyist

Answers

Answer:

Step-by-step explanation:

For the frequency distribution, count the numbers that satisfy each category.

79 to 83: 4 (81, 82, 83, 81)

84 to 88: 3 (87, 88, 86)

89 to 93: 7 (92, 93, 93, 93, 90, 90, 91)

94 to 98: 1 (97)

For the historagram, raise the bars at the bottom of the histogram to the numbers above (4, 3, 7, 1; in this order)

I need help solving this problem

Answers

Answer:

Please see the picture below.

Step-by-step explanation:

SOMEONE PLEASE HELP!!! Find the area of the sector. Round your answer to the nearest tenth.

Answers

Answer:

398.2 cm^2

Step-by-step explanation:

[tex]\frac{270}{360}[/tex] * [tex]169\pi[/tex] ≈398.2 cm^2

Other Questions
Find the area of a regular pentagon with an apothem of 8.95 cm and a side length of 13 cm. (round to the nearest whole number) A family wants to rent a car to go on vacation. Company a charges $70.50 and $.50 per mile. Company B charges $35.50 and nine cents per mile. How much moreDoes Company a charge for X miles then company b? Many factors limit the growth of populations in ecosystems. Human activity can cause changes in ecosystems and can affect the limiting factors that act on populations. Which of the following factors that can limit population growth has been most affected by humans? A.size of natural habitatsB.drought and floodingC.parasitismD.predator-prey relationships The equations 3x - 4y = -2,4x-y-4, 3x+4y= 2, and 4x+y=-4 are shown on the graph below.-505 XWhich is the approximate solution for the system of equations 3x+4y = 2 and 4x+y=-4? Why are feathers "easy to repair"? 6. The distribution of electrical charges of an atom to form a bond. Problem 17-1A Comparing costs using ABC with the plantwide overhead rate LO P1, P3, A1, A2 3x+2=14 what number makes the equation true? Which is equivalent to 72 inches?O A 0.72 yardsO B. 2 yardsO c. 6 yardsO D. 7.2 yardsO E. 36 yards Suppose that you are running a business and you need some extra space for one year. Your bank offers you a loan of $200,000 at 0% interest. You consider borrowing this amount, buying the building, using it for one year, and then selling the building to pay back the loan. Unfortunately, the economy in which you are operating is experiencing deflation at a rate of 10% per year.After one year, you should be able to sell the building for _.Suppose that owning the building for a year would earn you $5,000. To decide whether or not you will be better off by owning it for one year and then selling it, you sought advice from three different people: (1) Your brother says that you should not buy the building because in one year it will cost you $100,000. (2) Your accountant says that you should definitely buy the building because you can borrow $100,000 at zero interest while the building will generate $5,000 in extra income. Then when you sell it, you will be $5,000 richer. (3) Your bookkeeper says that if you sell the building in a year, you will have to come up with more money to pay off the loan than you will make in extra income. Keeping in mind that the economy experiences deflation at the rate of 10%, yourbookkeeper is right because: ________a. When the nominal interest rate is zero, you do not incur any cost when you take out a loan. b. The extra income you will earn will be less than the cost of owning the building for the year. c. When the nominal interest rate is zero, the cost of a building is its full purchase price Thetellyou which element it is.Atoms of the same element with a different number of NEUTRONS areAtoms of the same element with a different number of ELECTRONS areThe PROTONS and NEUTRONS Can/Can't leave an atom during achemical reaction. The Electrons Can/Can't leave an atom during achemical reaction.In a balanced atom, theequal the Does the graph represent a function? (will give BRAINLIEST) Internet Is Not a Substitute for Libraries Earlier, students could only scan libraries to research for their essays and reports. However, living in the age of the internet has made accessing information easier than ever. The internet as a source of information has enabled many students, researchers, professionals, and even teachers to effectively and quickly improve their work. But it is not the best source of research. People can write whatever they think or feel about a subject and publish it on the internet, which can be biased, inaccurate, and even insensitive. Libraries, on the other hand, only house selective and original resource materials that have been thoroughly researched and reviewed before being published. A major problem with the internet is that the information is uncatalogued and saturated with a lot more information than what is needed. For instance, a search engine will provide an ample amount of recent content regardless of how useful. Libraries have not only a proper classifying system to organize all the information but also a person to sort and filter that information. Still, many people argue that libraries are not ideal for research because they do not work around the clock, but the originality and many benefits of libraries are undeniable. Therefore, the internet, despite being an essential tool for modern life, should not be the only nof research for students to explore. 3 Select the correct answer. What claim does the author make about the resource materials available on the internet? A. The information is exclusive and provides an in-depth analysis of a topic. B. The information is unreliable because the internet lacks quality control. C. The information is unfiltered and provides a platform for opposing views and opinions. D. The information is instant because of how easy it is to upload information on the internet. PLEASE HELP ONLY IF YOUR FOR SURE!! PLEASE HELP!!! I need an urgent answer and I'll give brainiest just please answer this easy question! Implement a class Car with the following properties. A car has a certain fuel efficiency (measured in miles/gallon or liters/kmpick one) and a certain amount of fuel in the gas tank. The efficiency is specified in the constructor, and the initial fuel level is 0. Supply a function drive that simulates driving the car for a certain distance, reducing the fuel level in the gas tank, and functions get_gas, to return the current fuel level, and add_gas, to tank up. Sample usage:Car my_beemer(29); // 29 miles per gallonmy_beemer.add_gas(20); // Tank 20 gallonsmy_beemer.drive(100); // Drive 100 milescout 2. En un modelo de un castillo, 1 pulgada equivale a 83 pies. El modelo mide 10.5 pulgadas de ancho. Cul es el ancho real del castillo? What questions do you think remain unanswered in "The Wife's Lament"? Temperature transducers of a certain type are shipped in batches of 50. A sample of 60 batches was selected, and the number of transducers in each batch not conforming to design specifications was determined, resulting in the following data: 2 1 2 4 0 1 3 2 0 5 3 3 1 3 2 4 7 0 2 3 0 4 2 1 3 1 1 3 4 1 2 3 2 2 8 4 5 1 3 1 5 0 2 3 2 1 0 6 4 2 1 6 0 3 3 3 6 1 2 3Required:a. Determine frequencies and relative frequencies for the observed values of x = number of nonconforming transducers in a batch.b. What proportion of batches in the sample have at most six nonconforming transducers?c. What proportion have fewer than six? (Enter your answer to three decimal places.)d. What proportion have at least six nonconforming units? 5 functions of the secretary of of state in the british colonial adminstration