The line y=axb i parallel to the line y=2x-6 and pae through the point (1,-7). Find the value of a nd of b

Answers

Answer 1

The line y = ax + b is parallel to the line y = 2x - 6 and passes through the point (1, -7), the value of a and b is 2 and -9 respectively.

The equation of line:

y = 2x - 6

We firstly find the slope of the equation by comparing the equation by y = mx + c.

On comparing m = 2

The point is (1, -7).

So x(1) = 1 and y(1) = -7

The formula of slope intercept form is:

y - y(1) = m(x - x(1))

Now putting the value:

y - (-7) = 2(x - 1)

y + 7 = 2x - 2

Subtract 7 on both side, we get

y = 2x - 9

On comparing the equation from y = ax + b, we get

a = 2 and b = -9

To learn more about slope intercept form link is here

brainly.com/question/29146348

#SPJ4

The complete question is:

The line y = ax + b is parallel to the line y = 2x - 6 and passes through the point (1, -7). Find the value of a and b.


Related Questions

Gabriella measured a line to be 11.1 inches long. If the actual length of the line is 11.6 inches, then what was the percent error of the measurement, to the nearest tenth of a percent

Answers

Answer:

10%

Step-by-step explanation:

11.6/11.1 = 0,1045045

need the answers for all pls

Answers

From the given table it is visible that the value of s(5)=4.2

What is value function?

When the variables and constants in a mathematical expression are given values, the outcome of the computation it describes is the expression's value. The amount that the function assumes for these argument values is the value of a function, given the value(s) assigned to its argument(s).

functions with return values and arguments. Functions with arguments and no return values.... This function takes arguments and returns a value.

functions with return values and no arguments.

without return values and without arguments

Function value can mean: The result of applying a function to an argument in mathematics. a closure in computer science.

To learn more about function refers to:

https://brainly.com/question/13581879

#SPJ1

Write a system of equations to describe the situation below, solve using substitution, and fill in the blanks. Jon and Felipe just had business cards made. Jon's printing company charged a one-time setup fee of $10 and then $20 per box of cards. Felipe, meanwhile, ordered his online. They cost $21 per box. There was no setup fee, but he had to pay $9 to have his order shipped to his house. By coincidence, Jon and Felipe ended up spending the same amount on their business cards. How much did each spend? How many boxes did each buy? Jon and Felipe each spent $ on business cards, buying boxes.

Answers

Jon bought 10.5 boxes of cards and Felipe bought 11 boxes of cards, and Jon and Felipe each spent $215 on business cards.

What is the system of equations?

A system of linear equations is a set of two or more equations that includes common variables. To solve a system of equations, we must find the value of the unknown variables used in the equations that must satisfy both equations.

Let x be the number of boxes of cards that Jon bought and y be the number of boxes of cards that Felipe bought.

The equation for Jon's cost is: 10 + 20x = y * (21 + 9)

The equation for Felipe's cost is: 21y + 9 = 10 + 20x

We will solve the system of equations using substitution.

Starting with the second equation, we can simplify: 21y + 9 = 10 + 20x

21y + 9 - 10 = 20x

21y - 1 = 20x

Dividing both sides by 21: y = (20/21)x + 1

We can now substitute this expression for y into the first equation:

10 + 20x = (20/21)x + 10 + 9

10 + 20x = (20/21)x + 19

10 = 19 - (20/21)x

Multiplying both sides by 21:

210 = 19 * 21 - 20x

Subtracting 19 * 21 from both sides:

210 - 19 * 21 = -20x

Divide both sides by -20:

x = 10.5

So, Jon bought 10.5 boxes of cards and Felipe bought (20/21) * 10.5 + 1 = 11 boxes of cards.

To find out how much each spent, we can plug these values back into either equation:

Jon's cost: 10 + 20 * 10.5 = 215

Felipe's cost: 21 * 11 + 9 = 250

So, Jon and Felipe each spent $215 on business cards, buying 10.5 boxes.

Hence, Jon bought 10.5 boxes of cards and Felipe bought 11 boxes of cards, and Jon and Felipe each spent $215 on business cards.

To learn more about the system of equations visit,

https://brainly.com/question/28405823

#SPJ1

suppose he starts with the same square of card, but changed the 4 inches to a different measurement. what is the largest volume he can make the box

Answers

The volume of the box will be 3136 cu. inches and the largest volume the box can be made of is also the same.

The amount of space occupied by a three-dimensional object as measured in cubic units.

The given square after getting folded turns into a box of 28*28*4 inches. The volume of the box can be determined by using the formula of volume of the cuboid.

Volume of the cuboid = 28*28*4

Volume of the cuboid  =3136 cu. inches

The largest volume that the box can have is 3136 cu. inches as when increasing the height, the length or the width will decrease and so does the volume.

To know more about Volume of the cuboid, here

brainly.com/question/1549540

#SPJ4

If A + B + C = π, express cos (A + B) in terms of angle C.​

Answers

Answer:

te te te te te te te rog vreau să mă iai la un cont decent în privat de la școală dar trebuie să se poate mai bine tu nu mi-ai spus sa te sun se va întâmpla la un cont decent și a ride la un moment de la card memorie micro

Step-by-step explanation:

trebuie sa faci așa 4629+(703)-105

Answer:

cos(A + B) = - cosC

Step-by-step explanation:

using the addition identity

cos(x ± y) = cosxcosy ∓ sinxsiny

given

A + B + C = π ( subtract C from both sides )

A+ B = π - C

then

cos(A + B)

= cos(π - C)

= cosπ cosC + sinπ sinC

= - 1 × cosC + 0 × sinC

= - cosC + 0

= - cosC

draw the recursion tree for ()=4( 2) , where c is a constant, and provide a tight asymptotic bound

Answers

The tight asymptotic bound for the function f(n) = 4f(n/2) + c is T(n) = O(n²).

A recursion tree is a graphical representation of a recursive function that shows the repeated calls of the function. The tree is constructed by expanding each call of the function into a separate node.

For the given function f(n) = 4f(n/2) + c, the recursion tree is attaced below:

f(n/4) f(n/4) f(n/4) f(n/4)

The height of the tree is log2(n), and at each level, there are 4 calls of the function. Hence, the total number of nodes in the tree would be [tex]4^{log2(n)} = n^2[/tex].

The tight asymptotic bound for the function can be found using the Master Theorem, which states that for a recurrence relation of the form T(n) = aT(n/b) + f(n), if f(n) = O([tex]n^c[/tex]) for some constant c, then T(n) = O([tex]n^d[/tex]), where d = max(c, log b(a)).

For this function, a = 4, b = 2, and c = 1. Hence, d = max(1, log2(4)) = max(1, 2) = 2. Thus, the tight asymptotic bound for the function is T(n) = O([tex]n^2[/tex]).

To learn more about the asymptotic bound, visit:

brainly.com/question/4084552

#SPJ4

The fifth, ninth, sixteenth terms of a linear sequence (a.p.) are consecutive terms of an expodencial sequence (g.p.)
1. Find the common difference of the linear sequence in term of the first term.
2. Show that twenty-first , thirty-seventh and sixty-fifth terms of the linear sequence are consecutive terms of an exponential sequence whose common ratio is 7/4

Answers

The common difference is 7/4 and the required terms are 16a,28a,49a

What is a geometric progression?

Any progression in which the ratio of adjacent terms is fixed is a Geometric Progression. The general form of representation of a geometric sequence is a, ar, ar2, ar3, ar4,...

Given here: The fifth, ninth, sixteenth terms of a linear sequence (a.p.) are consecutive terms of an expodencial sequence (g.p.)

5th term of the ap: a+4d

9th term: a+8d

16th term: a+15d

In a gp, the square of any term is equal to the product of the terms before and after it:

(a+8d)²=(a+4d).(a+15d)

[tex](a^2+16ad+64d^2)=a^2+19ad+60d^2\\4d^2-3ad=0\\d(4d-3a)=0[/tex]

(i) ANSWER: d = (3/4)a

(ii) 21st term: a+20d = a+15a = 16a

37th term: a+36d = a+27a = 28a

65th term: a+64d = a+48a = 49a

28a/16a = 7/4; 49a/28a = 7/4; this sequence is geometric with common ratio 7/4

Hence, The common difference is 7/4 and the required terms are 16a,28a,49a

Learn more about a G.P series  here:

https://brainly.com/question/4853032

#SPJ1

You want the banner you are creating form one piece of cloth to be a golden rectangle. The clothe will be cut from a bolt that is 54 in wide. What are the dimensions
of the largest banner that you can make? Golden Ratio 1.618/1
54 in by

Answers

The dimensions of the largest banner are 54 inches by 87.372 inches.

What is a golden rectangle?

A dividable rectangle is referred to as a "golden rectangle." into shapes that are similar to the original square and rectangle. Repeated golden rectangles form a pattern. displayed to the right. Each produced golden rectangle is duplicated and divided once more. All of the golden rectangles are like the original rectangle in shape.

Given a golden rectangle,

width of rectangle = 54 inch

let length be l,

according to the golden ratio,

l/b = 1.618/1

l = 1.618b

l = 1.618*54

l = 87.372 inches

Hence the dimensions are 54 inches by 87.372 inches.

Learn more about golden rectangle;

https://brainly.com/question/27915841

#SPJ1

consider a function with three variables: a, b, c. convert to sum-of-minterms form:

Answers

The sum-of-minterms form of the function f(a,b,c) = a'b + ac is (a'b + ac).

To convert a function with three variables to sum-of-minterms form, we first need to determine the truth table of the function, which lists all possible combinations of inputs and the corresponding outputs. Then, we identify the minterms (i.e., combinations of inputs that result in a 1 output) and represent each minterm as a binary number. The sum-of-minterms form of the function is then the sum of all the binary numbers representing the minterms.

For example, consider the function f(a,b,c) = a'b + ac. (The truth table for this function is attached below)

From the truth table, we can see that the minterms are (0,1,1) and (1,0,1), which can be represented as binary numbers 011 and 101, respectively. The sum-of-minterms form of the function is then:

f(a,b,c) = 011 + 101 = (a'b + ac)

So, the sum-of-minterms form of the function f(a,b,c) = a'b + ac is (a'b + ac).

To learn more about the variable, visit:

brainly.com/question/29583350

#SPJ4

you are choosing between two health clubs. Club A offers membership for a fee of $21 plus a monthly fee of $22. Club B offers membership for a fee of $12 plus a monthly fee of $25. After how many months will the total cost of each health club be the same? What will be the total cost for each club?

Answers

After the second month, the charge will remain the same. 14 + 28 (2) = $70 would be the final price.

How to find the calculation?

The first club offers a lower membership cost but a higher monthly fee in this instance, while the second club offers the polar opposite.

The computation would then be as follows to determine how long it would take for the total cost of each health club to equalize:

Example:

1 club fee equals 2 clubs fees

14+ 28x= 24+ 23x

28x-23x= 24-14

5x= 10 \sx=2

After the second month, the charge will remain the same. 14 + 28 (2) = $70 would be the final price.

The Complete Question.

To Learn more About final price Refer To:

https://brainly.com/question/28829803

#SPJ1

Help pls just need to simplify

Answers

Simplify by rationalizing the denominator
Rewrite the expression

How do you draw a bar model for "5y=95" "6b=12" "168/c=8" " v / 7=5"
will give full brainliest if someone shows me a demenstation pls help asap

Answers

The solution is given below.

What is Bar model?

In maths a bar model is a pictorial representation of a problem or concept where bars or boxes are used to represent the known and unknown quantities. Bar models are most often used to solve number problems with the four operations – addition and subtraction, multiplication and division.

here, we have,

"5y=95"

"6b=12"

"168/c=8"

" v / 7=5"

so, the bar model ,

y = 95/5

  =19

b= 12/6

 = 2

c = 168/8

 = 21

v = 5* 7

  = 35

To learn m ore on bar model click;

https://brainly.com/question/21237674

#SPJ1

Which line of best fit tends to underestimate the bite force and would NOT make
good predictions on the relationship of body mass and bite force of crocodiles?

Sol's Line
Taylor's Line
Patti's Line
Marrisa's Line

Answers

Taylor's Line Best Fit does not accurately anticipate the relationship between crocodile body mass and bite force and has a tendency to overestimate the bite force.

An infinite sum of terms that are expressed in terms of the function's derivatives at a single point is the Taylor series, also known as the Taylor expansion, of a function. Near this point, the function and the sum of its Taylor series are equivalent for the majority of common functions.

What is the line's Taylor form?

P1(x) = (a)+ f'(x a) The function close to x = an is best approximated linearly by the tangent line. The curve and tangent line have the same first derivative, or slope, at the point where x = a. This close estimate is a Taylor polynomial of degree 1 is referred to as P1 (x).

To know more about Taylor's Line visit:-

https://brainly.com/question/12784768

#SPJ1

a sample of five households is selected, and the size of each household is recorded. the median size is 3 and the mode is 2. what is the mean?

Answers

The relation between mode, mean and median is:

mode=3median-2mean

Now, to find mean:

2mean=3median-mode

mean=7/2 = 3.5

Let we wish to evaluate the mean  μ of a population. In real practice we would typically take just one sample. Imagine still that we take sample after sample, all of the same size n, and compute the sample mean x¯ every time.

The sample mean x is a random variable: it differs from sample to sample in a way that cannot be predicted with sureness. We will write X¯ when the sample mean is idea of as a random variable and write x for the values that it takes.

The random variable X¯ has a mean, denoted  μX¯, and a standard deviation, denoted  σX¯. Here is an example with such a small population and small sample size that we can indeed write down every single sample.

To know more about Mean:

https://brainly.com/question/30112112

#SPJ4

5. Rachel used 5 ½ cups of sugar to make cherry cobbler. If each cobbler uses 1/3 cup of sugar, how many cobblers can she make?​

Answers

Answer: 1 1/6

Step-by-step explanation:

The price for gasoline is represented by the equation y = 2.72x, where y r represents the total price for x gallons of gasoline The graph goes through (5.44,2) and (8.16,3)

Answers

The graph goes through (5.44,2) and (8.16,3) is false.

What is slope intercept form of line?

The slope intercept form of a line is y=mx+b, where m is slope and b is the y intercept.

Given that price for gasoline is represented by the equation y = 2.72x,

where y r represents the total price for x gallons of gasoline

We have to check whether the line passes through (5.44,2) and (8.16,3)

From the equation the slope is 2.72.

Now let us check whether the two points gives the same slope.

m=3-2/8.16-5.44

=1/2.72

=0.36

Hence,  the graph goes through (5.44,2) and (8.16,3) is false.

To learn more on slope intercept form click:

https://brainly.com/question/9682526

#SPJ1

researchers are studying two populations of wild horses living in the western regions of a country. in a random sample of 32 horses taken from the first population, the mean age of the sample was 21 years. in a random sample of 41 horses from the second population, the mean age of the sample was 19 years. is the sampling distribution of the difference in sample mean ages approximately normal?

Answers

Yes, the sampling distribution of the difference in sample mean ages is approximately normal.

This is because the Central Limit Theorem states that the sampling distribution of the mean of any sample of size n will be approximately normal, provided that the samples are drawn from a population with a finite variance. Furthermore, the sample sizes in this case (32 and 41) are both greater than 30, which is the minimum sample size needed for the CLT to be valid.

The Central Limit Theorem is a fundamental theorem of statistics that states that the sampling distribution of the means of any sample of size n drawn from a population with a finite variance will be approximately normal, regardless of the shape of the population’s probability distribution.

Learn more about  the Central Limit Theorem :

https://brainly.com/question/13652429

#SPJ4

The radius of a semicircle is 2 feet. What is the semicircle's area?

Answers

The area of the semicircle is 3.14 square feet.

The formula for  area of a semicircle is A = ([tex]\pi[/tex]* r^2) / 2

Here A = Area

         r = Radius

Given:

Given that the radius of the semicircle is 2 feet.

We need to Find out the area of the semicircle.

The value of [tex]\pi[/tex] is 3.14

A = ([tex]\pi[/tex] * 2^2) / 2

Substituting π = 3.14 and r = 2, we get;

A = (3.14 * 4) / 2

A = 6.28 / 2

A = 3.14 square feet

Learn more about semicircle

https://brainly.com/question/15822332

If angle b is two more than three times angle c, angle b and c are complimentary what is the measure of each angle

Answers

Step-by-step explanation:

"∠B is 2 more than 3 times the measure of ∠C" translates into B = 3C + 2....(1)

"...∠B and ∠C are complementary angles" translates to B + C = 90...............(2)

Now, all that's left to do is to solve for B and C. So, we'll take equation (1) and substitute it into equation (2) as follows:

(3C + 2) + C = 90

4C + 2 = 90

4C = 88

C = 22

Plugging C = 22 back into either equation (1) or (2) gives us

B = 90 - 22 = 68 (or B = 3(22) + 2 = 68)

Thus, ∠B = 68º; ∠C = 22º

Spray drift is a constant concern for pesticide on Spray Droplet Size and Deposition t investigated the effects of herbicide formulation on spray atomization. A figure in a paper suggested the nomal distribution with mean 1050 m and standard deviation 150 μa reasonable model for droplet size for water (the "control and agricultural producers. The The paper "Effects of 2,4-D and was ) sprayed through a 760 ml/min nozzle.

(a) What is the probability that the size of a single droplet is less than 1470 μm? At least 950 μm? (Round your answers to four decimal places.)
less than 1470 μm __
at least 950 μm __
(b) What is the probability that the size of a single droplet is betweet 950 and 1470 μm? (Round your answer to four decimal places)
(c) How would you characterize the smallest 2% of all droplets? (Round your answer to two decimal places.) The smallest 2% of droplets are those smaller than ___ μm in size.
(d) If the sizes of five independently selected droplets are measured, what is the probabity that at least one exceeds 1470 μm? (Round your answer to four decimal places,) You may need to use the appropriate table in the Appendix of Tables to answer this question

Answers

(a) P(X < 1470) = 0.8849, P(X >= 950) = 0.7487, (b) the probability that the size of a single droplet is between 950 and 1470 μm is 0.6336, (c) the smallest 2% of all droplets are those smaller than 827 μm in size, and (d) the probability that at least one exceeds 1470 μm is 0.3995.

(a) To find the probability that the size of a single droplet is less than 1470 μm or at least 950 μm, we need to use the standard normal distribution table. To do this, we first need to convert the droplet size to a standard normal variable.

Let X be the droplet size. Then we have:

Z = (X - 1050)/150

The probability that the size of a single droplet is less than 1470 μm is equal to the cumulative distribution function of Z evaluated at Z = (1470 - 1050)/150 = 1.2:

P(X < 1470) = P(Z < 1.2) = 0.8849 (rounded to four decimal places)

The probability that the size of a single droplet is at least 950 μm is equal to 1 minus the cumulative distribution function of Z evaluated at Z = (950 - 1050)/150 = -0.6:

P(X >= 950) = 1 - P(Z < -0.6) = 0.7487 (rounded to four decimal places)

(b) To find the probability that the size of a single droplet is between 950 and 1470 μm, we subtract the cumulative distribution function of Z evaluated at Z = (950 - 1050)/150 = -0.6 from the cumulative distribution function of Z evaluated at Z = (1470 - 1050)/150 = 1.2:

P(950 <= X <= 1470) = P(Z <= 1.2) - P(Z <= -0.6) = 0.8849 - 0.2513 = 0.6336 (rounded to four decimal places)

(c) To find the smallest 2% of all droplets, we find the value of Z such that P(Z <= Z) = 0.02. Using the standard normal distribution table, we find that Z = -2.33. Then, we convert Z back to the original variable X:

X = Z * 150 + 1050 = -2.33 * 150 + 1050 = 827 (rounded to two decimal places)

So, the smallest 2% of all droplets are those smaller than 827 μm in size.

(d) To find the probability that at least one of five independently selected droplets exceeds 1470 μm, we use the cumulative distribution function of a binomial distribution with n = 5 and p = P(X > 1470). The cumulative distribution function of a binomial distribution with parameters n and p is given by:

1 - (1 - p)^n

Using the standard normal distribution table, we find that P(X > 1470) = 1 - P(Z < (1470 - 1050)/150) = 1 - 0.8849 = 0.1151. Then, we plug in n = 5 and p = 0.1151 into the cumulative distribution function formula:

P(at least one exceeds 1470 μm) = 1 - (1 - 0.1151)^5 = 0.3995 (rounded to four decimal places).

To know more about probability, here

https://brainly.com/question/23862234

#SPJ4

y=2x and -6x + 3y = 16

Answers

Answer:

0 [tex]\neq[/tex] 16

two equations have no solution and if you graphed them their lines would not intersect, they would be parallel

Step-by-step explanation:

we can substitute the value of 'y' which is '2x' into the second equation as follows:

-6x + 3(2x) = 16

-6x + 6x = 16

0 [tex]\neq[/tex] 16

therefore, these two equations have no solution and if you graphed them their lines would not intersect, they would be parallel

Alexander was able to cover 25% of 150 km journey in the morning. What percent of journey is still left to be covered?

Answers

Answer:

the answer would be 75% of the journey

The distance of journey still left to cover in that day is 112.5 km.

The number line below is divided into equal parts.
Fill in the missing fractions and percentages.
Note that your fractions don't need to be in simplest form.

Answers

The remaining fractions and percentages can be represented

as

0             1/4            2/4           3/4              1

|--------------|--------------|--------------|--------------|

0%          25%         50%           75%       100%

What is a number line?

Real numbers are represented by a straight line known as a number line. The distance between the dots on the line, which correlates to the magnitude of the numbers, is how the numbers are typically represented. Positive or negative numerals can be used, and they are normally marked at regular intervals.

Given that,

The number line is divided into equal parts,

The missing parts are

0             1/4            2/4           3/4              1

|--------------|--------------|--------------|--------------|

0%          25%         50%           75%       100%

This is how we can fill in the remaining fractions and percentages.

To learn more about Number lines check:

brainly.com/question/24644930

#SPJ1

Circumference: C = πrd or C = 2mr
Area: A= r² or A = π(r) (r)
REMEMBER: Each square box of the grid measures 1 unit (un) long and 1 unit (un) high!
What is the circumference of Circle G?
Use 3.14 for pl. Show your work here:
What is the area of Circle G? Use 3.14 for pl.
Show your work here:

Answers

Answer: 31.4

Step-by-step explanation: the circumference is 31.4 because the radius is 5, you multiply by 2 to get a diameter that is 10, then multiply that by 3.14 because in this question pi=3.14.

PLEASE HEEEEEEEEEEEEEEEEEEEEEEEEEEEELP
Find the error in the following equations:
2. 4a ^ 2 * 3a ^ 5 = (4 + 3) * a ^ (2 + 5) = 7a ^ 7

3. x ^ 6 * x * x ^ 3 = x ^ (6 + 3) = x ^ 9

4. 3 ^ 4 * 2 ^ 3 = 6 ^ (4 + 3)

Answers

The errors in the equation is shown below.

What is an equation?

An equation is a mathematical statement that is made up of two expressions connected by an equal sign.

Example:

2x + 3 = 8 is an equation.

We have,

4a² x 3[tex]a^5[/tex]

= 4 x 3 x [tex]a^{2 + 5}[/tex]

= 12 [tex]a^7[/tex]

[tex]x^6[/tex] x (x) x x³

= [tex]x^{6 + 1 + 3}[/tex]

= [tex]x^{10}[/tex]

[tex]3^4[/tex] x 2³

= 3 x 3 x 3 x 3 x 2 x 2 x 2

= 81 x 8

= 648

Thus,

The equation is solved correctly above.

Learn more about equations here:

https://brainly.com/question/17194269

#SPJ1

Describe the translation thank you

Answers

The translation needed to obtain the graph of g(x) = 9^{x - 2} from the graph of f(x) = 9^x is shift 2 units right.

What is a horizontal translation?

In Mathematics, a horizontal translation to the right is modeled by this mathematical expression g(x) = f(x + N) while a vertical translation to the negative y-direction (downward) is modeled by this mathematical expression g(x) = f(x) + N.

Where:

N represents an integer.g(x) and f(x) represent a function.

By translating the exponential function f(x) = 9^x two (2) units to the right, we have the following:

f(x) = 9^x   →  g(x) = f(x - (2))

g(x) = 9^{x - 2}.

Read more on translation here: brainly.com/question/26869095

#SPJ1

Please help quick help

Answers

The perimeter of the actual triangle is 74 and option D is the correct answer.

What is scale factor?

The scale factor is the difference in size between the original item's scale and that of the new object, which is a representation of it (bigger or smaller).

Given that the scaled dimension of the triangular face has the following dimensions:

PQ = 12

QR = PQ(1 + 25/100) = 12(125/100) = 15

PR = 2/3 (QR) = 2/3 (15) = 10

The scaling factor is 1/2 hence the actual dimensions of the triangle would be:

Original segments (1/2) = Scaled segment

Scaled (2) = Original

Using the above we have:

PQ = (12)(2) = 24

QR = (15)(2) = 30

PR =(10) (2) = 20

The perimeter of the triangle is the sum of all it sides:

P = 24 + 30 + 20

P = 74

The perimeter of the actual triangle is 74 and option D is the correct answer.

Learn more about scale factor here:

https://brainly.com/question/30215119

#SPJ1

use property 8 to estimate the value of the integral ∫1147xdx.

Answers

Using property 8 and the midpoint rule, we have estimated the value of the integral ∫1147xdx to be approximately 14.

Property 8 of the definite integral states that if a < b and 0 < c < d, then:

∫baf(x)dx = ∫dcf(x)dx - ∫caf(x)dx

We can use this property to estimate the value of the integral ∫1147xdx. Let's choose c = 1 and d = 4, so that 0 < c < d and a < b. Then:

∫1147xdx = ∫447xdx - ∫11x dx

Next, we can use a numerical method, such as the midpoint rule or trapezoidal rule, to estimate the value of each of the integrals on the right side of the equation.

For example, using the midpoint rule with n = 4 subintervals for each integral:

∫447xdx ≈ (4 - 4/2) + (4 - 3/2) + (4 - 2/2) + (4 - 1/2) = 4 + 4 + 4 + 4 = 16

∫11x dx ≈ (1 - 1/2) + (1 - 2/2) = 1 + 1 = 2

So, our estimate of ∫1147xdx becomes:

∫1147xdx ≈ 16 - 2 = 14

Therefore, using property 8 and the midpoint rule, we have estimated the value of the integral ∫1147xdx to be approximately 14.

To learn more about the trapezoidal rule,

Visit; brainly.com/question/17218343

#SPJ4

on a railway line, peak ridership occurs between 7:00 am and 5:00 pm. the fairness of a passenger survey could be improved by over-sampling data from which group?

Answers

The fairness of a passenger survey could be improved by oversampling data from the group of passengers who travel during peak ridership hours between 7:00 am and 5:00 pm.

This will ensure that the survey adequately represents the population of interest and provides accurate results.

Oversampling is the method of selecting respondents so that some groups make up a larger share of the survey sample than they do in the population. Oversampling small groups can be difficult and costly, but it lets polls to shed light on groups that would otherwise be too small to report on.

Oversampling and undersampling are methods used in data mining and data analytics to change unequal data classes to create balanced data sets. Oversampling and undersampling are also known as resampling.

To know more about oversampling, here

https://brainly.com/question/20308973

#SPJ4

Question Down below (PLS HELP FOR 50 BRAINLIST)
Pls anyone i would appreciate it
Just select Two answers in the picture showen below

Answers

The two inequalities that represent the constraints in this situation are

r + c >= 80 and 1.45r + 0.65c <= 200

How to determine the inequality

Let r be the number of roses and c be the number of carnations Victor buys.

So, we have

Total number of flowers: r + c >= 80

Victor has $200 to spend on flowers for the school celebration.

Roses cost $1.45 each and carnations cost $0.65 each.

So, we have

Total spending: 1.45r + 0.65c <= 200


Read more about inequality at

https://brainly.com/question/25275758

#SPJ1

Other Questions
christopher columbus felt that the inhabitants of the territory where he landed would be easy to conquer.T/F please help me!!! I do not understand this! Which two statements describe the challenges of a human rights-based approach to conducting foreign policy? It simplifies diplomatic relations. how to appropriately assign people to task inproject planning and budgeting proj6002 which is a better deal on a $159.99 item: 60% off original price or 50% off, plus an additional 10% off? What is the command system also known as? (check all that apply)a. capitalismb. laissez-fairec. communismd. socialism Curt and Melanie are mixing blue and yellow paint to make seafoam green paint. Use the percent equation to find how much blue paint they should use. Give two decimal places. if we consider all frogs and toads together, we are including numerous genera and families at once. which would be the appropriate term to use for this group of beings? please help i need this ASAP What sort of environment did the extra fertilizer create in the ground?HypotonicIsotonicHypertonicWhich is correct^ who made the Mona lisa PLEASE HELP!!John C. Calhoun Compromise of 1850 Missouri Compromise Steven A. Douglas slavery Henry Clay Texas, Mexico Seven Months Wilmot Proviso Missouri Maine California Senate Free-Soil eleven 18501. ___________________ 2. ___________________ 3. ___________________ 4. ___________________ 5. ___________________ 6. ___________________ 7. ___________________ 8. ___________________ 9. ___________________ 10. ___________________ 11. ___________________ 12. ___________________ 13. ___________________ 14. ___________________ 15. ___________________ 16. ___________________ 17. ___________________The Missouri CompromiseIn 1819 eleven states in the Union permitted slavery and (1)___ did not. The request by (2)___ for admission as a state caused a debate, because its constitution allowed slavery. (3)___ suggested that Congress admit Missouri as a slave state and (4)___ as a free state. Clays proposal, called the (5)___, passed in 1820.New Western LandsThe territories of Texas, New Mexico, and (6)___ renewed the dispute over the issue of slavery. The annexation of (7)___ became the main issue in the presidential election of 1844. During the Mexican War, the (8)___ was proposed in Congress. It specified that slavery should be prohibited in any lands acquired from (9)___. Senator (10)___ countered, proposing the neither Congress nor a territorial government had the authority to ban (11)___. The (12)___ Party was formed when neither presidential candidate in 1848 would take a stand on slavery. The possibility of new statesentering the Union renewed the Southern con- cern over the balance of power in the (13)___.A New CompromiseIn (14)___ Senator Clay presented a five-part plan to settle the issues dividing Congress. This launched an emotional debate that lasted (15)___. Finally, (16)___ took charge of resolving the crisis. The laws that passed in Congress, known as the (17)___, contained the five main points of Clays original plan. Each side of a rhombus is 10 cm long and one of its diagonals measures 16cm. Find the length of the other diagonal Solve for x please!! In 1620, the Mayflower, an expedition carrying 150 settlers who hoped to establish a base for profitable trade, set off for Virginia from England. Select on the map the region where the expedition landed. A 25kg bike has 10250J of kinetic energy, how fast is it going? what is larger tmv or xanthomonas axonopodis A seventh-grade teacher asks her students a survey question. Which questions are appropriate for the teacher to ask her population? PLEASE HELP You may have heard of the terms digestive system and circulatory system. Write a definition for the word system and explain why it is used to describe these parts of the body. What is the form of The World on the Turtle's Back?