I need someone to solve this pls

I Need Someone To Solve This Pls

Answers

Answer 1

Answer:

linear

Step-by-step explanation:

Answer 2
The relationship in this equation is Linear

Related Questions

What is the part of line having 1 endpoint and extending in one direction?

Answers

A part of a line that has 1 endpoint and extends indefinitely in only one direction is called a ray.

A ray is named using its endpoint first, and then any other point on the ray

Properties of ray:

A line is a series of points placed together that continue infinitely.When this line is restricted from one direction and is extended in the other direction indefinitely, it forms a ray.It has just one starting point and does not have an opposite end and goes through and cuts many points and lines and is often used to draw angles, and we cannot measure the length of a ray.

To know more about ray:

https://brainly.com/question/28045419

#SPJ4

What number could be added to 0.40 mL for the level pf precision to be 0.01mL?

Answers

Answer:

-0.39mL

Step-by-step explanation:

Let x be the number.

The expression would be: 0.40 + x = 0.01

Apply algebra to the equation to solve for x. You can subtract 0.40 from each side to simplify the expression. Here's what it should look like after applying algebra: x = -0.39

Therefore the answer is -0.39mL

Mr.Hawkins is covering a wall with wallpaper. The rectangular wall measure 14 feet by 12 feet. each square foot of wallpaper cost $2.90. Find the cost of covering the wall with wallpaper

Answers

Answer:

$57.93

Step-by-step explanation:

14 x 12 = 168

168/2.9

PLEASE ANSWER ITS DUE TONIGHT AND ITS MY TEST GUIDE (click on image and please answer each question!!) its social studies

PLEASE ANSWER ITS DUE TONIGHT AND ITS MY TEST GUIDE (click on image and please answer each question!!)

Answers

Answer:

1. One conquistador was Hernán Cortés who conquered the Aztec Empire.


2. Because they shared the same enemies and they were sick of their ruler.


3. It was the giant spread of transfer of plants, animals, culture, and technology.

4. Spain created a formal system of government to rule their colonies.

Step-by-step explanation:

pls help with question 5 please

pls help with question 5 please

Answers

Answer: d

Step-by-step explanation:

Let x be the smaller angle and y be the larger angle. Since the measure of the larger angle y is 8 times the measure of the smaller angle x, it follows:

\(y=8x\)

Since x and y form a linear pair, so the sum of their measures is equal to 180 degrees as follows:

\(x+y=180^{\circ}\\x+8x=180^\circ\\9x=180^\circ\\x=20^{\circ}\)

Then, it follows:

\(y=8x=8\cdot 20^{\circ}=160^{\circ}\)

So, the measure of the larger angle is \(160^{\circ}\).

By how many percentage points are Americans 65 and older more likely to vote than Americans ages 18 to 29

Answers

From the question deduced, the difference in percentage between the Americans will be 30%.

How to solve percentage

Your information is incomplete. Therefore, an overview will given. Let's assume that the number of Americans 65 and older that vote are 35 out of 50. The percentage will be:

= (35/50) × 100

= 70%

Let's assume that the number of Americans aged 18 to 29 that vote are 20 out of 50. The percentage will be:

= 20/50 × 100

= 40%

Therefore, the difference will be:

= 70% - 40%

= 30%

Learn more about percentages on:

https://brainly.com/question/24304697

If no denominator equals zero, which expression is equivalent to 15 x − 6 7 x 6 ?

Answers

The expression (15x - 6) / (7x - 6), where no denominator equals zero, is equivalent to (15x - 6) / (7x - 6).

To simplify the expression (15x - 6) / (7x - 6), we can start by factoring the numerator and the denominator if possible. However, since no denominator can equal zero, we need to ensure that the expression 7x - 6 is not equal to zero. Let's solve the equation 7x - 6 = 0 to find the value of x that makes the denominator zero.

7x - 6 = 0

7x = 6

x = 6/7

Since x = 6/7 is the value that makes the denominator zero, we cannot use this value in our simplified expression. Therefore, we need to exclude x = 6/7 from the domain of the expression.

Now, let's consider the remaining values of x that do not make the denominator zero. We can simplify the expression by dividing both the numerator and the denominator by their greatest common divisor. In this case, the greatest common divisor of 15x - 6 and 7x - 6 is 1 since there are no common factors other than 1.

Dividing both the numerator and the denominator by 1 yields:

(15x - 6) / (7x - 6)

Since we cannot further simplify the expression due to the restriction on the domain, the simplified form of the expression, where no denominator equals zero, is:

(15x - 6) / (7x - 6)

In summary, the expression (15x - 6) / (7x - 6), where no denominator equals zero, is equivalent to (15x - 6) / (7x - 6).

Learn more about denominator here

https://brainly.com/question/20712359

#SPJ11

Answer:

See photo #7

Step-by-step explanation:

If no denominator equals zero, which expression is equivalent to 15 x 6 7 x 6 ?

I don’t know how to do this question and my math teacher is not helpful

I dont know how to do this question and my math teacher is not helpful

Answers

Answer:

i think its 4.7

Step-by-step explanation:

Answer:

AC is an enlargement of AE

scale factor = 11.7 ÷ 5.2 = 2.25

CD is an enlargement of AB

10.5 ÷ 2.25 = 4.666666...

= 4.7 (rounded to nearest tenth)

A student gets 62% on their test. Which is a D. But the teacher offers to up that grade by 15%. What grade does that student have now?

Answers

Answer:

71%

Step-by-step explanation:

I'm not completely sure its correct but I think it is hopefully it helps!!!

Answer:

it kinda depends on how many points the test is out of but if the test is worth 100 points, the student would get a 77%

Step-by-step explanation:

I need help with this work !!!

I need help with this work !!!

Answers

Answer:

16. B

17. C

18. D

19. B

20. D

the statement int grades[ ] = { 100, 90, 99, 80 }; is an example of

Answers

Answer:

implicit array sizing

Step-by-step explanation:

The statement "int grades[] = { 100, 90, 99, 80 };" initializes an integer array called "grades" with the values 100, 90, 99, and 80. The given statement is an example of initializing an integer array in C++.

The array is named "grades" and has an unspecified size denoted by the empty square brackets []. The values inside the curly braces { } represent the initial values of the array elements.

In this case, the array "grades" is initialized with four elements: 100, 90, 99, and 80. The first element of the array, grades[0], is assigned the value 100, the second element, grades[1], is assigned 90, the third element, grades[2], is assigned 99, and the fourth element, grades[3], is assigned 80.

The array can be accessed and manipulated using its index values. This type of initialization allows you to assign initial values to an exhibition during its declaration conveniently.

Learn more about integers here:- brainly.com/question/1768254

#SPJ11

6. Given that a body undergoes orbital motion such that θ(r)=∫ ⎝


± 2μ(E−U− 2μr 2
l 2

)

l/r 2
dr




+ constant All symbols have their usual meanings.

Answers

The integral θ(r)=∫⎝⎛±2μ(E−U−2μr2l2)l/r2dr⎞⎠⎟+constant gives the change in the angle θ of a body undergoing orbital motion as a function of the radius r.

The integral θ(r)=∫⎝⎛±2μ(E−U−2μr2l2)l/r2dr⎞⎠⎟+constant is a result of the conservation of angular momentum. The angular momentum of a body is defined as the product of its mass, its velocity, and the distance from the center of rotation.

In the case of orbital motion, the velocity of the body is given by v=rω, where ω is the angular velocity. The angular momentum is then l=mrv=mr2ω.

The conservation of angular momentum states that the angular momentum of a body remains constant unless an external torque is applied. In the case of orbital motion, the only external torque is the gravitational force.

The gravitational force is always perpendicular to the velocity, so it does not change the magnitude of the angular momentum. However, it does change the direction of the angular momentum, which is why the body undergoes orbital motion.

The integral θ(r)=∫⎝⎛±2μ(E−U−2μr2l2)l/r2dr⎞⎠⎟+constant can be derived by using the conservation of angular momentum and the equation for the gravitational force. The integral gives the change in the angle θ of the body as a function of the radius r. The ± sign in the integral represents the two possible directions of rotation.

The integral θ(r)=∫⎝⎛±2μ(E−U−2μr2l2)l/r2dr⎞⎠⎟+constant is a powerful tool for studying orbital motion. It can be used to calculate the change in the angle of the body as it moves along its orbit, and it can also be used to calculate the total energy of the body.

To know more about angle click here

brainly.com/question/14569348

#SPJ11

In the image provided, the circle is centered at point W with ZX←→ and ZY←→ tangent to ⊙W at X and Y, respectively.

Given ∡XWY=75°, what is ∡XZY?

A. 105°

B. 150°

C. 75°

D. 15°

In the image provided, the circle is centered at point W with ZX and ZY tangent to W at X and Y, respectively.Given

Answers

9514 1404 393

Answer:

  A.  105°

Step-by-step explanation:

The external angle at Z is the supplement of the internal angle at W.

  Z = 180° -75° = 105°

  ∠XZY = 105°

the california state university (csu) system consists of 23 campuses, from san diego state in the south to humboldt state near the oregon border. a csu administrator wishes to make an inference about the average distance between the hometowns of students and their campuses. describe and discuss several different sampling methods that might be employed. would this be an enumerative or an analytic study? explain your reasoning

Answers

There are several different sampling methods that could be employed for this study, including:

Simple random sampling: This method involves randomly selecting a certain number of students from each campus and measuring the distance between their hometowns and their campuses.

Stratified random sampling: This method involves dividing the student population at each campus into different strata (e.g. by major or year in school) and then randomly selecting a certain number of students from each stratum.

Cluster sampling: This method involves randomly selecting a certain number of campuses and then measuring the distance between the hometowns of all students at those campuses and their respective campuses.

Multi-stage sampling: This method involves using a combination of the above methods, such as first using cluster sampling to select a certain number of campuses and then using stratified random sampling to select a certain number of students from each campus.

This study would be an enumerative study because it seeks to measure the characteristics of a population, in this case, the average distance between the hometowns of students and their campuses, by counting and measuring them.

It is not an analytic study because it doesn't involve testing a hypothesis or making causal inferences.

To know more about types of sampling visit :

https://brainly.com/question/12902833?referrer=searchResults

#SPJ4

The subtraction of rational numbers is _________

Answers

Answer:

The Answer would be associative and commutative

Step-by-step explanation:

don't really have a explanation just remember this from a question of a quiz I took

Identify the ventez of the graph. Tell whether it is a minimum or maximum.

Identify the ventez of the graph. Tell whether it is a minimum or maximum.

Answers

Answer:

2nd option: the lowest point on the graph is (-2, -2). this is where both sides of the parabola converge. from this point, both lines go up. this means the vertex is a minimum.

5 divided by 10 equals 3 what’s the important number

Answers

Answer:

what 5 divided by 10 is 2.

A project under consideration has a 10-year projected life. The initial investment for the project is estimated to have a mean of $10,000 and a standard deviation of $1,000. The annual receipts are independent, with each year’s expected return having a mean of $1,800 and a standard deviation of $200. MARR is 12 percent. Assuming that initial investment and annual receipts are independent and normally distributed, estimate the probability that the present worth is negative using NORM.INV function in excel.

Answers

This value represents the present worth below which the probability is 0.5, indicating a negative present worth.

To estimate the probability that the present worth is negative using the NORM.INV function in Excel,

we need to calculate the present worth of the project and then determine the corresponding probability using the normal distribution.

The present worth of the project can be calculated by finding the sum of the present values of the annual receipts over the 10-year period, minus the initial investment. The present value of each annual receipt can be calculated by discounting it back to the present using the minimum attractive rate of return (MARR).

Using the given information, the present value of the initial investment is $10,000. The present value of each annual receipt is calculated by dividing the expected return of $1,800 by \((1+MARR)^t\),

where t is the year. We then sum up these present values for each year.

We can use the NORM.INV function in Excel to estimate the probability of a negative present worth. The function requires the probability value, mean, and standard deviation as inputs.

Since we have a mean and standard deviation for the present worth,

we can calculate the corresponding probability of a negative present worth using NORM.INV.

This value represents the present worth below which the probability is 0.5. By using the NORM.INV function,

we can estimate the probability that the present worth is negative based on the given data and assumptions.

Learn more about probability  here:

https://brainly.com/question/31828911

#SPJ4

Consider the equation x – 8 = 4 – 2x.

The picture shows the graphs of y = x – 8 and y = 4 – 2x.

Which statement is true?
Think Through Math question
!!!GIVING 20 POINTS!!!

Answers

From interpretation of the given graph, we can say that the equation given as ¹/₂(2x + 8) = x + 4 has no solution

How to find the solution to graphical equation?

We are given the equation as;

¹/₂(2x + 8) = x + 4

Now, expanding the bracket using distributive property gives us;

x + 4 = x + 4

Since left hand side is equal to right hand side, then it means that the equation has no solution.

Now, looking at the given graph, we can see that the line of both equations overlap each other which means they don't intersect to provide a solution.

Read more about Graph Solution at; https://brainly.com/question/4025726

#SPJ1



How does the volume of prism change when one of the dimensions is doubled? two of the dimensions? all three of the dimensions?

Answers

When one dimension of a prism is doubled, the volume of the prism also doubles. When two dimensions are doubled, the volume increases by a factor of four. When all three dimensions are doubled, the volume increases by a factor of eight.

The volume of a prism is determined by multiplying its base area by its height. Let's consider a prism with dimensions length (L), width (W), and height (H). If one dimension is doubled, let's say the length (L), the new length becomes 2L. Since volume is proportional to the product of the dimensions, the new volume is calculated as (2L) * W * H, which simplifies to 2(L * W * H). Therefore, the volume doubles when one dimension is doubled.

Similarly, when two dimensions are doubled, let's say the length (L) and width (W), the new length becomes 2L and the new width becomes 2W. The new volume is calculated as (2L) * (2W) * H, which simplifies to 4(L * W * H). Hence, the volume increases by a factor of four when two dimensions are doubled.

When all three dimensions are doubled, each dimension becomes twice its original value. So, the new volume is calculated as (2L) * (2W) * (2H), which simplifies to 8(L * W * H). Consequently, the volume increases by a factor of eight when all three dimensions are doubled.

In summary, doubling one dimension doubles the volume, doubling two dimensions increases the volume by a factor of four, and doubling all three dimensions increases the volume by a factor of eight.

Learn more about dimensions here:

https://brainly.com/question/29835748

#SPJ11

You matter! Now whats the parabola formula?

Answers

Answer:

y = ax2 + bx + c

Answer:

y = ax2 + bx + c

Step-by-step explanation:

jsdajcopdskjiopvjopdskocp jiop

the titration curve for a spectrometric titration: a (analyte) b (titrant) = c d both a (100 ml of 0.001 m) and b (0.001 m) display a similar color at 520 nm (EA =100, EB, = 200 M-1 cm-1, b = 1.0 cm) and both C and D are colorless. Measure the absorbance at 520 nm at different %T. Sketch the titration curve and label 0%T, 50%T, 100%T, and 200%T. At end point, you have:- a) Volume of B added is 50 mL, and the absorbance measured is 0.24 b) Volume of B added is 100 mL, and the absorbance measured is 0.4 4 c) Volume of B added is 100 mL, and the absorbance measured is 04 d) Volume of B added is 100 mL, and the absorbance measured is 0.24 ? ? ? Į 소

Answers

The titration curve for a spectrometric titration of A(analyte) by adding B (titrant), the volume of B at end point is 100 ml and absobance at this point is equals to zero. So, option(c) is right one.

We have a spectrometric titration with A (analyte) B (titrant) = C + D ( products)

where A (100 ml of 0.001 m) and B (0.001 m) display a similar color at 520 nm both C and D are colorless.

In the spectrophotometric titration of the colored substrat and colored titrant to produce colorless products, the absorbance is maximum intially because both the analyte and the titrant are colored. The absorbance of the solution decreases with the addition if the titrant due to the formation of the colorless products. The abosrbance becomes zero at the end point where the reaction undergoes completion and all substrate is converted into products. Then, the absorbance of the solution again increases due to the addition of the colored titrant solution. The titration curve is present in attached figure. At end point volume of B can be determined by following equation, \(M_A V_A = M_B V_B \)

where M --> represents molarity

V --> volume

here \( M_A =0.001 M , M_B = 0.001 M\) and \(V_A = 100 ml \).

So, \(0.001 (100) = (0.001 ) V_B\)

=> \(V_B = 100 ml\)

As the products C and D are colourless, so at that point absorbance is equals to the zero. Hence, Volume 100 ml, of B is added and absorbance is zero.

For more information about volume, visit:

https://brainly.com/question/4936894

#SPJ4

Angles of triangles word problems

Angles of triangles word problems

Answers

The answer to each part is mentioned below →

[1] - The measure of each angle is given as -

∠P = 21°

∠Q = 105°

∠L =  54°

[2] - The measure of each angle is given as -

Larger acute angle = 65°

Smaller acute angle =  25°

What is triangle?

A triangle is a polygon with three edges and three vertices. It is one of the basic shapes in geometry. A triangle with vertices A, B, and C is denoted ΔABC.

In Euclidean geometry, any three points, when non-collinear, determine a unique triangle and simultaneously, a unique plane.

Area : ½ × base × heightPerimeter : sum of side lengths of the triangleNumber of vertices : 3Number of edges : 3Internal angle : 60° (for equilateral)Sum of interior angles : 180°Right angle : 90 degrees

Given is ΔQPL, such that the m∠Q is five times the m∠P and m∠L is 12 more than twice the m∠P. It is also the larger acute angle is 10 degree less then three times the measure of smaller acute angle.

[1] - It is given that -

∠Q = 5∠P

∠L = 2∠P + 12

For the triangle ΔQPL, we can write -

∠Q + ∠P + ∠L = 180

5∠P + 2∠P + 12 + ∠P = 180

8∠P = 168

∠P = 21°

∠Q = 5∠P = 5 x 21 = 105°

∠L = 2∠P + 12 = 2 x 21 + 12 = 54°

[2] -

Assume that the larger acute angle is [x] and the smaller angle be [y]. Then -

x = 3y - 10

Then -

x + y + 90 = 180

3y - 10 + y + 90 = 180

4y = 100

y = 25

x = 3 x 25 - 10

x = 65

Therefore, the answer to each part is mentioned below -

[1] - The measure of each angle is given as -

∠P = 21°

∠Q = 105°

∠L =  54°

[2] - The measure of each angle is given as -

Larger acute angle = 65°

Smaller acute angle =  25°

To solve more questions on angles and triangles, visit the link below -

https://brainly.com/question/18584968

#SPJ1

The slope of a line passing through points (1, 2) and (1, 3) is equal to:

HELPPP

Answers

Answer:

Undefined.

Step-by-step explanation:

m = y2-y1 / x2-x1

m = 3 - 2 / 1 - 1

m = 1/0, which is undefined.

You can also tell because (1,2) and (1,3) is a vertical line, which means the slope is undefined.

The answer would be x = 1

NO LINKS!!! PLS HELP ME IM TRYING TO GRADUATE PLSSS !!! Find the midpoint of the segment below and enter its coordinates as an
ordered pair. If necessary, express coordinates as fractions, using the slash
mark (/) for the fraction bar.
(1,-1) (4,-6)

NO LINKS!!! PLS HELP ME IM TRYING TO GRADUATE PLSSS !!! Find the midpoint of the segment below and enter

Answers

Answer:

x = 5/2 , y = -7/2

Step-by-step explanation:

r's your solution

=> formula for finding midpoint =.( X1 + X2/)/2 , (Y1+Y2)/2

=> putting the value of in formula

=> x= 4+1/2 , y = -1-6/2

=> x = 5/2 , y = -7/2

hope it helps

In January, a bookstore sells 450 books, but in February, it sells only 300 books. What is the percent of change from January to February?

50%
-33.3%
-50%
66.7%

Answers

Answer:

33.3

Step-by-step explanation:

i´m good at math but hit thanks

Solve the system of equations:
y=2x
Y=x^2-3

Solve the system of equations:y=2xY=x^2-3

Answers

Answer:

C

Step-by-step explanation:

The two solutions are (-1,-2) and (3,6)


Megan draws a triangle on coordinate axes. She reflects the triangle across the y-axis and then translates it 5 units to the right. Which statement is true about the triangle formed from these transformations?
A. It will be larger than the original triangle
B. It will be smaller than the original triangle
C. It will be congruent to the original triangle
D. It will be a different shape then the original triangle

Answers

Answer C: It will be congruent to the original triangle. Reflections and translations do not affect the size of a shape, only it’s position and the way it is viewed.

14. (10.0 points) Given f(x)=sin(2πx), when x = 0.3, f(x) = 0.951057. Approximate the value of f(0.2) using the first two terms in the Taylor series and Vx=0.1. (Write your answer to 6 decimal points).

Answers

Given the function f(x)=sin(2πx), with x = 0.3, f(x) = 0.951057. The objective is to approximate the value of f(0.2) using the first two terms in the Taylor series and Vx=0.1.

We know that the Taylor series for a function f(x) can be written as:f(x)=f(a)+f′(a)(x−a)+f′′(a)2(x−a)2+…+f(n)(a)n!(x−a)n+…The first two terms of the Taylor series are given by:f(x)=f(a)+f′(a)(x−a)The first derivative of f(x) is given by:f′(x)=2πcos(2πx)On substituting x = a = 0.1, we get:f′(0.1) = 2πcos(2π * 0.1) = 5.03118603447The value of f(x) at a=0.1 is given by:f(0.1) = sin(2π * 0.1) = 0.587785252292With a=0.1, the first two terms of the Taylor series become:f(x)=0.587785252292+5.03118603447(x−0.1) = 0.587785252292+0.503118603447x−0.503118603447×0.1Using x=0.2 and substituting the values of a and f(a) in the equation above, we get:f(0.2)=0.587785252292+0.503118603447*0.2−0.503118603447×0.1=0.712261After approximating the value of f(0.2) using the first two terms in the Taylor series,

we can conclude that the value of f(0.2) = 0.712261 with a = 0.1, with an error of approximately 0.012796.

To know more about Taylor series visit

https://brainly.com/question/32235538

#SPJ11

Find the measure of angle x

Find the measure of angle x

Answers

Answer:

it is heptagon and sum of interior angles of heptagon is 900 °

123°+131°+ 125°+124°+x 129°+132° = 900°

764° +x = 900 °

x = 900°-764°

x = 136°

Other Questions
what is wind in more than 15 words? A(n) __________ is a group within the human species that is identified by a society as presumably having certain biologically inherited physical characteristics.A) race B) ethnic group C) minority group D) out-group Which in-flight advisory would contain information on severe icing not associated with thunderstorms?a) Convective SIGMETb) SIGMETc) AIRMET in which direction is the wind likely to blow in this picture a. from the ocean to the Moon b. from the land to the oceanc. from the ocean to the landd. from the moon to the ocean if a student from another country without records wants to enroll what should the principal do? which of the following correctly ranks the magnitudes of the electric field at the four labeled points from largest to smallest? Which of these theatre artistswould likely NOT be involved in atheatre production that is a"straight" play?A. choreographerB. costume designerC. sound designerD. technical director A cell is short of water. Outline how osmosis will help the cell to gain water. EXERCISE 1 Identify the adjective phrases and name thewords they modify,1. Our trip to Hawaii was a great success.2. When we left Boston, the temperature at Logan Airport was freezing.3. When we landed, we felt the warmth of the Hawaiian sunshine.4. Dad quickly shed his coat with the heavy lining.5. We saw people in short-sleeved shirts. 30 points! An image of a crater on the moon is shown.Which geometric shape does a crater most closely resemble?conecylinderspherehemisphere Help please. Im confused on what to do. when homeostasis is established via the negative feedback mechanism, physiological events result in . multiple choice question. amplifying the original stimulus activating the control center inactivating the sensors negating the initiating stimulus Benjiro and Eren are playing Fortnite. Benjiro had 4 kills in 10 minutes. Eren had 3 kills in 8 minutes. If each player continues at the same rate, who will reach more kills in 40 minutes? How many kills will each player have? Explain you answer. * in terms of growth norms, which of the following children is most likely to be the shortestA) Shane from AustriaB) Rosa, who is from ColumbiaC) Daryl from CanadaD) Alice from the U.K. Given the atomic mass of select elements, calculate the molar mass of each salt.Element Molar mass(g/mol)Beryllium (Be) 9.012Magnesium (Mg) 24.31Cobalt (Co) 58.93Cadmium (Cd) 112.41Bromine (Br) 79.90Match the numbers to the appropriate blanks in the sentences below. Make certain each sentence is complete before submitting your answer.View Available Hint(s)ResetHelp1. The molar mass of MgBr2 is The molar mass of M g B r 2 is blank..2. The molar mass of BeBr2 is The molar mass of B e B r 2 is blank..3. The molar mass of CoBr2 is The molar mass of C o B r 2 is blank..4. The molar mass of CdBr2 is The molar mass of C d B r 2 is blank.. tan 45- cos ~ 60 = x. Sin 45. ta What is the average rate of return on a standard savings account?. Which disease might be prevented by not sharing a water bottle?a. mononucleosis b. conjunctivitis c. Salmonella poisoning d. Tooth decay help me plzzzzzzzzzzzzzzzzzz Sight, an, to, with, time, too, for, in, with, required, of, both, -mind, as, placed, another, because/for, other, er, after. at picnics and teas. Sandwiches make a delicious snack any time. They are a common sight place Interestingly enough, the sandwich is the invention of another eighteen century English Earl called John Montagu. Montagu was addicted card games. he would play these games with his friends for long stretches of time Often, he even found bothersome to stop his games for it meals. One day, meat on players to cover cards one on top game and his food, an idea came to his in the middle of a game, Montagu was served a bread. At that time, Montagu was playing the game that another. As Montagu looked at "I can do the same with my food well," he thought. He took a slice of bread, with allowed him to play cards with one hand and eat his meal with the Montagu's friends quickly caught invention became known as a 'sandwich'. meal of sliced mind its the a piece of meat on it and slice of bread. Montagu was very pleased with his invention covered that it to his idea and they named the him. As Montagu's full title was 'the Earl of Sandwich', the new invention became known as a sandwich