By computing the congruences modulo p and modulo q, and applying the Chinese Remainder Theorem, we have shown that the RSA decryption congruence also holds when gcd(c, pq) > 1.
To show that the RSA decryption congruence holds when gcd(c, pq) > 1, we will first compute the congruences modulo p and modulo q, and then apply the Chinese Remainder Theorem (CRT).
Compute congruence modulo p
Given the RSA encryption key with p and q as large primes, and d as the inverse of e modulo (p-1)(q-1), we are given the congruence:
c^d ≡ m (mod pq)
Now, let's compute the congruence modulo p:
c^d ≡ m (mod p)
Compute congruence modulo q
Similarly, compute the congruence modulo q:
c^d ≡ m (mod q)
Apply the Chinese Remainder Theorem
Now that we have the two congruences modulo p and modulo q, we can apply the CRT to combine them into a single congruence modulo pq. The CRT guarantees that there exists a unique solution modulo pq.
By applying the CRT, we obtain the RSA decryption congruence that also holds when gcd(c, pq) > 1:
c^d ≡ m (mod pq)
for more questions on Remainder Theorem
https://brainly.com/question/21643846
#SPJ11
For a t-distribution with sample size 10, P (t > 1.96) 2 0.0408 and P (t < -1.96) 2 0.0408 . Which of the following is a property of the t-distribution illustrated by the probabilities? A. With sample size 10, the tails of the curve of the t-distribution have more area than the tails of the curve of the z-distribution. B. With sample size 10, the tails of the curve of the t-distribution have less area than the tails of the curve of the z-distribution. C. With sample size 10, the middle of the curve of the t-distribution has more area than the middle of the curve of the z-distribution. With sample size 10, the mean of the t-distribution is greater than the mean of the z-distribution. E. With sample size 10, the mean of the t-distribution is less than the mean of the z-distribution.
The correct option is A) With sample size 10, the tails of the curve of the t-distribution have more area than the tails of the curve of the z-distribution.
Explanation:Given:P(t > 1.96) = 0.0408P(t < -1.96) = 0.0408The t-distribution is different from the z-distribution because it has a thicker tail.The tail is thicker since the t-distribution is determined by the sample size, whereas the z-distribution is determined by the population size (the t-distribution is estimated with the standard error of the mean in this case).
A t-distribution with small degrees of freedom has a much thicker tail than a z-distribution with the same degrees of freedom. Because sample size is related to the degrees of freedom, it makes sense that t-distributions with smaller sample sizes will have thicker tails.
The population variance is replaced with the sample variance in the estimation of the t-distribution. As a result, the t-distribution has heavier tails than the z-distribution.
See more about t-distribution at: https://brainly.com/question/17469144
#SPJ11
In the expression 30+40+70, Jillian added 30 and 40 and then 70, while Samuel added 30 and 70 and then 40. Who is correct? Explain your reasoning
As per the mathematical operation both Jillian and Samuel are correct.
Given expression = 30+40+70,
The methodology by Jillian = added 30 and 40 and then 70
The methodology by Samuel = added 30 and 70 and then 40.
Determining the result of the given equation:
30 + 40 + 70
= 140
Reviewing the operations of both Jillian and Samuel
Jillian
He added 30 and 40 and then 70:
30 + 40 = 70
70 + 70 = 140
Samuel
He added 30 and 70 and then 40
30 + 70 = 100
100 + 40 = 140
The result of both mathematical operations is 140. Thus, it can be stated that both are correct.
Read more about mathematical operation on:
https://brainly.com/question/20628271
#SPJ4
Tom drives 8 1/2 miles every 1/30 hour. How many miles can he drive in 3 hours
In 3 hours Tom drives 243 miles.
What is speed?The rate at which an object's position changes in any direction. Speed is defined as the ratio of distance traveled to time spent traveling. Because it has only one direction and no magnitude, speed is a scalar quantity.So, to find how many miles Tom can drive in 3 hours:
Given: Tom drives 81/2 miles every 1/30 hour.
81/2 miles = 40.5 miles1/30 hours = 30 minutesSo, in 30 minutesTom drives 40.5 miles.
Then, in 1 hour Tom will drive 40.5 + 40.5 = 81 miles.Miles Tom will drive in 3 hours = 81 × 3 = 243 miles.Therefore, Tom drives 243 miles in 3 hours.
Know more about speed here:
https://brainly.com/question/13943409
#SPJ9
Determine the equation of a cubic polynomial function with roots at (3,0), (2,0) and (-4,0) that also passes through the point (1,30).
Step-by-step explanation:
Step 1: Setting Up the Factors
Our roots are 3, 2, and -4 so
our factors are
\((x - 3)(x - 2)(x + 4)\)
Step 2: Initial Test to see if the result equal 30
Let a be a constant, such we have
\(a(x - 3)(x - 2)(x + 4) = 30\)
Plug in. 1 for x.
\(a(1 - 3)(1 - 2)(1 + 4) = 30\)
\(a( - 2)( - 1)(5) = 30\)
\(a(10) = 30\)
\(a = 3\)
So our equation is
\(3(x - 3)(x - 2)(x + 4)\)
Or if you want it simplifed
\(3( {x}^{2} - 5x + 6)(x + 4) = 3( {x}^{3} + - {x}^{2} - 14x + 24) = 3 {x}^{3} - 3 {x}^{2} - 42x + 72\)
Answer:
\(f(x)=3(x-3)(x-2)(x+4)\)
Step-by-step explanation:
General form of a cubic polynomial function with 3 roots:
\(f(x)=a(x-b)(x-c)(x-d)\)
where:
a is some constant to be foundb, c and d are the roots of the functionGiven roots:
(3, 0)(2, 0)(-4, 0)Substitute the given roots into the general form of the function:
\(\implies f(x)=a(x-3)(x-2)(x-(-4))\)
\(\implies f(x)=a(x-3)(x-2)(x+4)\)
To find the value of a, substitute the given point (1, 30) into the equation:
\(\begin{aligned} f(1) & = 30\\\implies a(1-3)(1-2)(1+4) & =30\\a(-2)(-1)(5) & = 30 \\10a & = 30\\\implies a & = 3 \end{aligned}\)
Therefore, the equation of the cubic polynomial function is:
\(f(x)=3(x-3)(x-2)(x+4)\)
Learn more about polynomials here:
https://brainly.com/question/27953978
based on the graph what was the initial amount in milllions of bacteria lake
Based on the graph representing the amount of bacteria in millions with respect to the number of days, the initial amount in millions of bacteria lake is 11 millions.
What is the significance of a graph?A graph is a visual representation of data that is used to show the relationship between different variables or data points. The significance of a graph is that it allows us to quickly and easily understand complex data and identify patterns, trends, and relationships that might not be apparent from just looking at a table of numbers. Graphs are particularly useful for presenting data in a clear and concise manner, making it easier to communicate information to others. They can also help to highlight important trends and patterns in data, allowing us to make more informed decisions based on the information that is presented.
To know more about variables, visit:
https://brainly.com/question/17344045
#SPJ1
Expand it please
(3h+7k)2
Answer:
6h+14k
Step-by-step explanation:
Multiply 2by 3h which gives 6h then multiply 7k by 2 which gives 14k.
Since 6h and 14k are not like terms u cannot add so your answer will be 6h + 14k.
Answer:
9h² + 42hk + 49k²
Step-by-step explanation:
Given
(3h + 7k)²
= (3h + 7k)(3h + 7k)
Each term in the second factor is multiplied by each term in the first factor, that is
3h(3h + 7k) + 7k(3h + 7k) ← distribute both parenthesis
= 9h² + 21hk + 21hk + 49k² ← collect like terms
= 9h² + 42hk + 49k²
I NEED ANSWERS!! QUESTION 13
Answer: i dont know sorry
Step-by-step explanation:
Answer:
118
Step-by-step explanation:
Which is greater -6/24 or -2/8
Answer:
They are equal...
Step-by-step explanation:
-2/8 is simplified from -6/24 as the 6 and the 24 can be simplified. 6 goes into 24 three times.
in a standardized exam the mean score is 400 with a standard deviation of 50. if a random sample of 25 students is selected , what is the standard deviation of the sampling distribution of the sample mean ?
Standard deviation of the sampling distribution of the sample mean is 50.
We were asked to determine the mean of the sampling distribution of the sample mean. The mean score for a standardized exam is 400, the standard deviation is 50, and we have a random sample of 25 students. You take a sample of 25 students in total. You will obtain a sample average of X after averaging that sample. Take 70 student samples, then compute the mean.
The sampling distribution of the sample mean is the term used to describe how the mean varies from sample to sample. The question being posed here is, what is the mean of the sampling distribution of sample means?
Regardless of how the population distribution is shaped, the mean of sample averages is always the same as the mean of the population.
The sample mean is 400.
The spread of a data distribution is measured by standard deviation. The average distance between each data point and the mean is measured. Whether the data is being treated as a population unto itself or as a sample of a larger population will affect the standard deviation calculation formula.
So standard deviation of sample mean is also same as it is for random sample that is 50.
To know more about standard deviation here;
https://brainly.com/question/23907081
#SPJ4
A total of 354 tickets were sold for the school play. They were either adult tickets or student tickets. The number of student tickets sold was two times the number of adult tickets sold. How many adult tickets were sold?
There are 118 adult tickets sold
This is because 354/3 =118
and 118+118=236
236 are the child tickets
therefore 118 are the adult tickets.
Hope this helped!
The total number of adult ticket sold is 118 tickets.
Application of linear equation.
Let's write "x" to represent how many adult tickets were sold.
The information provided indicates that there were twice as many student tickets sold as adult tickets. The quantity of student tickets sold can therefore be stated as 2x.
There were 354 total tickets sold, which includes both student and adult tickets.
We may construct an equation based on the total number of tickets to resolve this issue:
x + 2x = 354
Combining comparable variables
3x = 354
x = 354 / 3
x = 118
118 adult tickets were consequently sold.
Learn more on linear equation here: https://brainly.com/question/12788590
#SPJ2
3. Differentiate completing the square and quadratic formula.
Step-by-step explanation:
It dawned on me that if the coefficient of the x term is even, completing the square is much easier as can be seen here. The quadratic formula is simply completing the square as a compact expression, but when the coefficient of the x term is even, completing the square just seems cleaner.
I need help on this asap!
Note that the system of linear inequalities represents Jackson's workout are given as follow:
1) The system of equations are:
x ≤ 45
xy ≥ 400
6.9 ≤ y ≤ 10.4
2) Where x: the number of minutes Jackson spends exercising on the stair stepper
y: the number of calories he burns per minute on the stair stepper
Let's define two variables:
x: the number of minutes Jackson spends exercising on the stair steppery: the number of calories he burns per minute on the stair stepperWe want to write a system of linear inequalities to represent Jackson's workout on the stair stepper.
First, we know that Jackson can exercise for at most 45 minutes, so we have the inequality:
x ≤ 45
Next, we know that the number of calories burned per minute on the stair stepper depends on the intensity of the workout. Since Jackson wants to burn at least 400 calories, we can write:
xy ≥ 400
Finally, we need to determine the range of values that y can take. We know that Jackson is either doing a light effort or a vigorous effort on the stair stepper.
According to the information given in the problem, the stair stepper can burn a maximum of 10.4 calories per minute with a vigorous effort. So we have:
6.9 ≤ y ≤ 10.4
Putting it all together, the system of linear inequalities to represent Jackson's workout on the stair stepper is:
x ≤ 45
xy ≥ 400
6.9 ≤ y ≤ 10.4
Note that we can simplify the second inequality to x ≥ 400/y, but we'll leave it in the current form for clarity.
Learn more about system of equations at:
https://brainly.com/question/21620502
#SPJ1
Which function has a greater rate of change?
Function A:
x 1.5 2.5 3.5 4.5 5.5
y –5 0 5 10 15
Function B:
y = –4.5x + 15
Function A has a rate change of BLANK and Function B has a rate change of BLANK so Function BLANK has a greater rate of change
Answer:
5; -4.5; Function AStep-by-step explanation:
Rate of change for function A is:
(15 - 10)/(5.5 - 4.5) = 5/1 = 5Rate of change of function B is:
-4.5 as the slope is the rate of changeComparing the values:
5 > - 4.5Function A has a greater rate of change
Answer:
Answer:
5; -4.5; Function A
Step-by-step explanation:
Rate of change for function A is:
(15 - 10)/(5.5 - 4.5) = 5/1 = 5
Rate of change of function B is:
-4.5 as the slope is the rate of change
Comparing the values:
5 > - 4.5
Function A has a greater rate of change
Find the equation of the sphere for which the circle tugt z²+74-27 +2=0, 2x +34 great circle. + 42-8=0 is 2. Find the limiting oint of the coaxial system of spheres determined by +ya+22-20x+304-40"
The equation of the sphere is:
(x - 1)² + (y + 1)² + (z - 2)² = (36 / sqrt(743))²
To find the equation of the sphere, we need to know the center and radius of the sphere.
Given equations of two intersecting planes:
z² + 7x - 27y + 2 = 0
2x + 3y + 4z - 8 = 0
By solving the system of equations formed by the two planes, we can find the line of intersection of the planes. The direction ratios of the line of intersection will give us the direction ratios of the normal vector to the sphere.
Solving the system of equations:
2x + 3y + 4z - 8 = 0 ...(2)
z² + 7x - 27y + 2 = 0 ...(1)
Multiply equation (1) by 2 and subtract it from equation (2):
-55x + 5y - 8z - 12 = 0
From this equation, we can find the direction ratios of the line of intersection of the two planes: (-55, 5, -8).
The center of the sphere will lie on this line, so we can take any point on this line as the center of the sphere. Let's choose a point on the line, for example, (1, -1, 2).
To find the radius of the sphere, we need to find the perpendicular distance from the center of the sphere to one of the intersecting planes. Let's find the perpendicular distance from the center (1, -1, 2) to the plane given by equation (1).
Using the formula for the distance between a point and a plane:
Distance = |z1 + 7x1 - 27y1 + 2| / sqrt(1^2 + 7^2 + (-27)^2)
Distance = |2 + 7(1) - 27(-1) + 2| / sqrt(1 + 7^2 + (-27)^2)
Distance = 36 / sqrt(743)
The radius of the sphere is the perpendicular distance, which is 36 / sqrt(743).
Therefore, the equation of the sphere is:
(x - 1)² + (y + 1)² + (z - 2)² = (36 / sqrt(743))²
Learn more about sphere here
https://brainly.com/question/20394302
#SPJ11
Hewwo!
In the figure, O is the centre of the circle , chords MN and RS are intersected at P. If OP is bisector of \( \angle\) MPR , prove that : MN = RS
Answer:
See Below.
Step-by-step explanation:
Please refer to the diagram below.
We are given that O is the center of the circle, and chords MN and RS are intersected a P. OP is the bisector of ∠MPR. And we want to prove that MN = RS.
We will construct segments OK and OJ such that it perpendicularly bisects MN and RS.
Since OP bisects ∠MPR, it follows that:
\(\displaystyle \angle JPO\cong \angle KPO\)
And since OK and OJ are perpendicular bisectors:
\(m\angle OKP=90^\circ \text{ and } m\angle OJP=90^\circ\)
Therefore:
\(\angle OKP\cong \angle OJP\)
By the Reflexive Property:
\(OP\cong OP\)
Therefore:
\(\Delta OKP\cong \Delta OJP\)
By AAS Congruence.
Hence:
\(OK\cong OJ\)
By CPCTC.
Recall that congruent chords are equidistant from the center.
Thus, by converse, chords that are equidistant from the center are congruent.
Therefore:
\(MN\cong RS\)
Answer:
this is your answer look it once.
5. Oshaunda buys a car that costs $21,000. It depreciates at 8.2% per year. a. Write an equation for the value of the car. V=21,000(1-0.082) V-21,000(0.918) B. Oshaunda tries to sell the car 4 years later. What is the car worth when it is 4 years old? Hint: Use your formula for part (a), and plug in t = 4. Use GEMA to finish the math.
Answer:
a.
\(f(t) = 21000( {.918}^{t} )\)
b.
\(f(4) = 21000( {.918}^{4}) = 14913.86\)
Please help me with this I don't understand it. Please show your work also so I can understand better.
Answer:
x=(-7|0)
y=(0|2)
Step-by-step explanation:
hope it helps ^^
Use the points (-3, 5) and (8, -17) to write an equation in standard form (show all work)
Answer:
2x+y=-1
Step-by-step explanation:
I can't really explain,But the equation is AX+BY=C
122. which of the following statements about influential scores are true? i. influential scores have large residuals. ii. removal of an influential score sharply affects the regression line. i. an x-value that is an outlier in the -variable is more indicative that a point is influential than a y-value that is an outlier the y-variable. (a) i and ii (b) 1 and iii (c) ii and iii (d) i, il, and ii (e) none of these are true
Influential scores, indicated by large residuals, have a significant impact on the regression line when removed from the data. These points, characterized by extreme x or y-values, can alter the slope and intercept of the regression line, emphasizing their importance in regression analysis.
The correct statements about influential scores are i and ii.
i. Influential scores have large residuals because they have a strong effect on the regression line. This means that if we remove an influential score from the data, it will significantly change the slope and intercept of the regression line.
ii. Removal of an influential score sharply affects the regression line because influential scores have a large impact on the regression line. If we remove an influential score, it will significantly change the slope and intercept of the regression line.
iii. This statement is not true. An x-value that is an outlier in the x-variable may be indicative of a point being influential, but a y-value that is an outlier in the y-variable can also be indicative of a point being influential.
Learn more about regression line here:
brainly.com/question/7656407
#SPJ11
A plastic bag contains 0.80 mol of gas and occupies a volume of 18 L. A leak in the bag allows gas to escape until the volume becomes 16 L. How many moles of gas remain in the bag?
0.31 mol
0.91 mol
0.51 mol
0.71 mol
To find the moles of gas remaining in the bag, we can use the initial and final volumes and the initial moles of gas. Since the temperature and pressure remain constant, we can use the formula:
Initial moles × Initial volume = Final moles × Final volume
0.80 mol × 18 L = Final moles × 16 L
Solve for the final moles:
(0.80 mol × 18 L) / 16 L = Final moles
14.4 mol / 16 L = Final moles
Final moles = 0.9 mol
So, 0.9 moles of gas remain in the bag after the leak. The closest answer is 0.91 mol, so the correct option is:
0.91 moles of gas remain in the bag.
To know more about moles of gas visit:
https://brainly.com/question/30917880
#SPJ11
how steps apply transform until vector is a linear combination of another
To linear transformation until vector is a linear combination of another we convert unit vectors i,j,k of one Cartesian coordinate system to unit vectors i’,j’, k’ .
What is linear transformation?Linear algebra is all about making transformations of linear combinations of numbers, called vectors, and arrays of vectors, called matrices. The elements of linear combinations can be added and multiplied together but may also represent more complex forms of transformation. Linear algebra proves to be of great importance for performing mathematical operations on voluminous data, so having a grasp of it is a must-have skill for a data scientist.
First let us convert unit vectors i,j,k of one Cartesian coordinate system to unit vectors i’,j’, k’ of another Cartesian coordinate system obtained by rotating the first system. We know that a vector remains invariant under rotation of coordinate system.
Now, let us write i in rotated system. i=x11′i’+x12′j’+x13′k’………………(1).
Similar equations for j and k can be written.
We take dot product on both sides of eq.(1) by i’. This gives,
i.i’=x11′, because i’.i’=1, j’.i’=k’.i’=0.
We can see that x11′=cos(i,i’).
We can find x12′=cos(i,j’) from Eq.(1) by taking dot product on both sides by j’.
For x13′ we take dot product by k’. This will give cos(i,k’)=x13′.
Similar treatment can be given for j and k. This will give nine elements of a 3X3 matrix x(n,m).
With this matrix we can find i,j,k, in terms of i’,j’,k’.
To learn more about linear transformation visit:
brainly.com/question/13595405
#SPJ1
The length of a rectangle is three less than four times the width. The perimeter of the rectangle is 54 feet. Find the width of the rectangle.
Answer:
6 ft
Step-by-step explanation:
Let the width = w
Then the length = 4w - 3
perimeter = 2(length + width)
perimeter = 2(4w - 3 + w)
perimeter = 2(5w - 3)
perimeter = 10w - 6 = 54
10w - 6 = 54
10w = 60
w = 6
Answer: The width is 6 ft
Cuanto de dos mas dos
Answer:
Probably 4
Step-by-step explanation:
My day was pretty great, so I felt like answering this question to help out in any way possible. I hope to hear about your day, too, soon!
Write as an equation: Sara spent $2 more than Lauren, and together they spent $19.
Answer:
Equations:
a + b = 19
a = b + 2
a = Money that spent Laura
b = Money that spent Laureen
then:
(b+2) + b = 19
2b + 2 = 19
2b = 19-2
2b = 17
b = 17/2
b = 8.5
a = b + 2
a = 8.5 + 2
a = 10.5
Check:
10.5 + 8.5 = 19
the width is to be 14 feet less than 3 times the height. find the width and the height if the carpenter expects to use 28 feet of lumber to make it.
The width of the bookcase is 6 feet and height is 4 feet if the carpenter expects to use 28 feet of lumber to make it.
Let w = the width and h = the height of the bookcase. The width of the lumber you are using is not given.
Also, Let the height is x.
and, the width is 3x -14.
Since, we stated that this equals 28 feet and also that w = 3h - 14, we can insert this into the equation and use it to solve for h:
Now,
The total amount of lumber used to make the bookcase is:
L = 4w + 2h -------------------------- (1)
Now Putting Width and height in the Equation (1):
⇒ 28 = 4(3h - 14) + 2h
⇒ 28 = 12h - 56 + 2h
⇒ 28 = 14h - 56
⇒ 84 = 14h
⇒ h = 84/14
= 6 feet
Putting the value of height, h= 6 feet in
w = 3x -14
⇒ w = 3(6) - 14 = 4.
Therefore,
The width is 4 feet and the height is 6 feet.
Complete Question:
A bookcase is to have 4 shelves including the top as pictured below.
The width is to be 14 feet less than 3 times the height. Find the width and the height if the carpenter expects to use 28 feet of lumber to make it.
Learn more about height:
https://brainly.com/question/10726356
#SPJ4
Write an equation is point slope form of a line given that the slope is 2/3 and that the line goes through the point (5,-2)
Answer:
\((y+2)=\frac{2}{3} (x-5)\)
Step-by-step explanation:
Point slope form is shown below:
\((y-y_1)=m(x-x_1)\)
We are given the slope m = 2/3 and the point x1 = 5, y1 = -2
Simply plug in these numbers into the above equation.
\((y--2)=\frac{2}{3} (x-5)\)
Simplify:
\((y+2)=\frac{2}{3} (x-5)\)
on a family road trip mr.peters travels 130 miles in 2 hours . at this rate,how many miles will he travel in 30 minutes
He would travel 32.5 miles in 30 minutes. 130 split into a half is 65, split again and you get 32.5 miles.
What is the smallest set of integers for which we are guaranteed there exist two whose difference is a multiple of 14
Therefore, The smallest set of integers guaranteed to have a difference that is a multiple of 14 is 15. This is due to the Pigeonhole Principle and the 14 possible remainders when dividing integers by 14.
The smallest set of integers for which we are guaranteed there exist two whose difference is a multiple of 14 is 15. This can be explained by considering the possible remainders when dividing integers by 14. There are 14 possible remainders (0 to 13), but if we choose 15 integers, then by the Pigeonhole Principle, at least two of them must have the same remainder when divided by 14. The difference between these two integers will be a multiple of 14, as their remainders are the same. Therefore, the smallest set of integers required is 15.
Therefore, The smallest set of integers guaranteed to have a difference that is a multiple of 14 is 15. This is due to the Pigeonhole Principle and the 14 possible remainders when dividing integers by 14.
To know more about multiplication visit:
https://brainly.com/question/1135170
#SPJ11
I need help. This has to be in within a hour. Question 3, Will mark branliest if helped!
The following time series shows the number of emergency calls for an ambulance over the past four months. The number of calls is as follows. May = 66, June = 72, July = 60, August = 73. That is the forecast for ambulance calls for September using a two period moving average forecast? 66.5 79.5 67.8 71.5
The two-period moving average forecast of ambulance calls for September is 67.8. Moving average method is a statistical method of forecasting.
In this method, the forecast for a future period is equal to the average of the most recent data values available.A moving average forecast is used when the trend in the historical data is fairly stable and there are no major unusual fluctuations in the data. In a two-period moving average, the forecast for the next period is the average of the two most recent periods. In this question,
we have to forecast the number of emergency calls for an ambulance for September using a two-period moving average forecast. The given data is as follows:May = 66June = 72July = 60August = 73To find the two-period moving average forecast for September, we take the average of the August and July values since they are the most recent two data values given in the question.Thus,Two-period moving average = (60 + 73) / 2= 133 / 2= 67.8Therefore, the two-period moving average forecast for ambulance calls for September is 67.8.
To know more about average visit:
https://brainly.com/question/897199
#SPJ11