Plan V: $10.00/day + $40.00/month; 100 texts (extra cost $.50 each), 100 minutes of talk roverage is $.99/minute), 100 MB of data (overage is $2.05/MB)

Answers

Answer 1

Plan V is a mobile phone plan that costs $10.00 per day, or $40.00 per month. The plan includes 100 texts. If the customer goes over the 100 included texts, they will be charged $0.50 for each additional text. The plan also includes 100 minutes of talk coverage, but if the customer goes over the 100 minutes, they will be charged $0.99 per additional minute. Additionally, the plan includes 100 MB of data, but if the customer goes over the 100 MB, they will be charged $2.05 per additional MB.


Related Questions

if you went to college and earned a four-year degree, how much more money would you expect to earn each year than if you did not graduate from high school?

Answers

If you went to college and earned a four-year degree, then 70% more money would you expect to earn each year than if you did not graduate from high school.

The pursuit of a college education is such a crucial life goal that it has taken center stage in the "American Dream." Attend college, secure a career, purchase a home, and start a family. Even if it isn't usually that easy, it all begins with your college education.

According to a study conducted across the country and released by the State Higher Education Executive Officers Association (sheeo.org), the average pay for high school graduates is close to $30,000. Graduates with a bachelor's degree typically make a little over $50,000 per year.

The average annual salary for those with higher level degrees (master's, doctoral, or professional) is also close to $70,000. This results in a sizable wage discrepancy over the course of a person's lifetime.

Hence, if you went to college and earned a four-year degree, then 70% more money would you expect to earn each year than if you did not graduate from high school.

To learn more about earning after graduation link is here

brainly.com/question/14449197

#SPJ4

given rectangular grid nxm starting at position (x1,y1) you are trying to reach (x2,y2) return number of steps it takes to get there. code signal

Answers

Given an infinite grid, initial cell position (x, y) and a sequence of other cell position which needs to be covered in the given order.

The task is to find the minimum number of steps needed to travel to all those cells.

Note: Movement can be done in any of the eight possible directions from a given cell that is from cell (x, y) you can move to any of the following eight positions:(x-1, y+1), (x-1, y), (x-1, y-1), (x, y-1), (x+1, y-1), (x+1, y), (x+1, y+1), (x, y+1) is possible

Examples:

Input: points[] = [(0, 0), (1, 1), (1, 2)]

Output: 2

Move from (0, 0) to (1, 1) in 1 step(diagonal) and

then from (1, 1) to (1, 2) in 1 step (rightwards)

Input: points[] = [{4, 6}, {1, 2}, {4, 5}, {10, 12}]

Output: 14

Move from (4, 6) -> (3, 5) -> (2, 4) -> (1, 3) ->

(1, 2) -> (2, 3) -> (3, 4) ->

(4, 5) -> (5, 6) -> (6, 7) ->

(7, 8) -> (8, 9) -> (9, 10) -> (10, 11) -> (10, 12)

Since all the given points are to be covered in the specified order.

Find the minimum number of steps required to reach from a starting point to next point, then the sum of all such minimum steps for covering all the points would be the answer.

One way to reach from a point (x1, y1) to (x2, y2) is to move abs(x2-x1) steps in the horizontal direction and abs(y2-y1) steps in the vertical direction, but this is not the shortest path to reach (x2, y2).

The best way would be to cover the maximum possible distance in a diagonal direction and remaining in horizontal or vertical direction.

If we look closely this just reduces to the maximum of abs(x2-x1) and abs(y2-y1).

Traverse for all points and summation of all diagonal distance will be the answer.

To know more about  rectangular grid visit brainly.com/question/12377139

#SPJ4

How do you write an absolute value inequality from a line graph?

Answers

To write an absolute value inequality from a line graph, we need to identify the inequality sign and determine the interval(s) of x-values that make the inequality true.

Here are the steps to write an absolute value inequality from a line graph:

Identify the inequality sign: If the graph is a solid line, the inequality is "equals to", if the graph is dashed, the inequality is "not equal to", if the graph is a solid line to one side and a dashed line to the other side, the inequality is "greater than or equal to" or "less than or equal to".

Determine the interval(s) of x-values that make the inequality true: The x-values for which the graph is above the x-axis represent the solution set of the inequality when the inequality sign is "greater than" or "greater than or equal to", and the x-values for which the graph is below the x-axis represent the solution set of the inequality when the inequality sign is "less than" or "less than or equal to"

Write the inequality: Using the information from step 1 and 2, we can write the inequality in the form of |x-h| operator k, where h is the x-coordinate of the vertex, k is the distance of the vertex to the x-axis and operator is the inequality sign determined in step 1.

To know more on absolute value inequality

https://brainly.com/question/30201926

#SPJ4

a shipment of 2000 tire pressure gauges arrives at an automotive company warehouse. fifty of the tire gauges are randomly selected from various parts of the shipment and the percent of those that are defective is determined. if this percentage is greater than 5%, the shipment is sent back. which of the following is the population of interest for this example? a. all tire pressure gauges c. the 2000 tire gauges in the shipment b. the 50 randomly selected tire gauges d. 5% of the tire gauges in the shipment

Answers

The population mean  of interest for this example is all of the tire pressure gauges in the shipment of 2000.

1. The problem states that 2000 tire pressure gauges were shipped to an automotive company warehouse.

2. Fifty of the tire gauges were randomly selected from various parts of the shipment and the percent of those that were defective was determined.

3. If the percentage of defective tire gauges was greater than 5%, the shipment was sent back.

4. Therefore, the population of interest for this example is all of the tire pressure gauges in the shipment of 2000.

This example involves an automotive company warehouse receiving a shipment of 2000 tire pressure gauges. Fifty of the tire gauges were randomly selected from various parts of the shipment and the percent of those that were defective was determined. If the percentage of defective tire gauges was greater than 5%, the shipment was sent back. Therefore, the population of interest for this example is all of the tire pressure gauges in the shipment of 2000 since this is the sample from which the percentage of defective gauges was determined.

Learn more about population mean here

https://brainly.com/question/19538277

#SPJ4

what is the common ratio of the geometric system 24,6,1.5,0.75

Answers

Answer:

0.25 or 1/4

Step-by-step explanation:

To find the common ration in a geometric sequence, divide the second number by the first number.  In this case, divide 6 by 24.

P. S. If you find my answer the most helpful could you please choose it as the Brainliest?  Have a great night!

I really need help with a math problem please look in the photo and help

Answers

f(g(7))

First look at the g(x) table:

        you can see that f(7) = 4, so plug in f(7) = 4 in the equation

Left with f(4)Now look for f(x) table:

       you can see that f(4) = 9

Answer to this function is 9 A)

Hope it helps!

PART 2 : Show your work for the equation gives the exact answer do not approximate :)

Answers

The value of x is equal to 0.660441.

what is the logarithmic function?

In mathematics, the logarithmic function is an inverse function to exponentiation. The logarithmic function is defined as For x > 0, a > 0, and a ≠1, y= logₐ x if and only if x = a^y Then the function is given by f(x) = logₐ x The base of the logarithm is a. This can be read it as log base a of x.

Given here: The exponential function 2(3e)ˣ=8

Simplifying further we get, (3e)ˣ=4

Taking log both sides we get x (ln3+1)=ln4

                                              x×2.0986=1.386

                                                       x=0.660441

Hence, The value of x is equal to 0.660441.

Learn more about logarithmic function here:

https://brainly.com/question/30085872

#SPJ1

try these amc 8 algebra questions and check your knowledge! amc 8,2020 problem 1 luka is making lemonade to sell at a school fundraiser. his recipe requires 4 times as much water as sugar and twice as much sugar as lemon juice. he uses 3 cups of lemon juice. how many cups of water does he need?

Answers

He need 12 cup of water.

What is algebra?

Algebra is a branch of mathematics that studies the manipulation of symbols in equations. It is used to solve problems involving unknowns, such as finding the solution to equations or determining the unknown value of a variable. Algebra is used in many areas of mathematics, science, and engineering. It is also used to understand and analyze functions, graphs, and other mathematical relationships. Algebra has applications in fields such as finance, physics, chemistry, and engineering.

To solve this problem, we can set up a proportion. Since the ratio of water to sugar is 4 to 1, and the ratio of sugar to lemon juice is 2 to 1, we can write the proportion 4/1 = 2/x, where x is the amount of water. Solving for x, we get x = 4/2 = 2. Multiplying this by the amount of lemon juice, 3 cups, gives us our answer of 12 cups of water.

To know more about Algebra click-
https://brainly.com/question/22399890
#SPJ4

A water bottle holds 56oz. Each time Anna takes a sip she drinks 8oz.
a) Write a function to represent the scenario

b) How many sips can Anna take before she needs to refill?

c) Create a graph to represent this situation.

d) What is the domain in set notation of the function?

Answers

Answer:

a) The function to represent the scenario would be:

f(x) = 56 - 8x

b) To find out how many sips Anna can take before she needs to refill, we need to find when the water bottle is empty.

To do this, we can set f(x) = 0 and solve for x:

0 = 56 - 8x

8x = 56

x = 7

So, Anna can take 7 sips before she needs to refill.

c) A graph to represent this situation would be a straight line with a slope of -8 and y-intercept of 56.

d) The domain of the function is the set of all possible input values, or in this case, the number of sips Anna takes.

As Anna can take any whole number of sips, the domain of the function is the set of all non-negative integers:

{x | x ∈ Z, x ≥ 0}

Final answer:

We can represent how many sips Anna takes from her water bottle with the function y = 56 - 8x. Anna can take 7 sips before she needs a refill. The graph of this function is a straight line that starts at (0, 56) and ends at (7, 0). The domain in set notation is {x|x is an integer and 0 <= x <= 7}.

Explanation:

a) We can represent this scenario with a function, where the amount of water in the bottle depends on how many sips Anna has taken. This is a linear function because each sip Anna takes decreases the amount of water in the bottle by a constant amount. The function could be written as: y = 56 - 8x, where y represents the amount of water in the bottle, and x represents the number of sips Anna has taken.

b) To find out how many sips Anna can take before she needs to refill the bottle, we set y to 0 in our function: 0 = 56 - 8x. Solving for x gives us x = 7. Therefore, Anna can take 7 sips before she needs to refill the bottle.

c) A graph representing this situation would be a straight line starting at (0, 56) on the y-axis, and going down 8 units for each step along the x-axis, until reaching x=7.

d) The domain in set notation for this function would be {x|x is an integer and 0 <= x <= 7}.

Learn more about linear function here:

https://brainly.com/question/31353350

#SPJ3

Find the equation of the linear function represented by the table below in
slope-intercept
form.

Answers

Answer:

y = x + 5

Step-by-step explanation:

You can see that x is increasing at exactly the same rate as y. That rate is 1. This gives the graph a slope of 1. Now we can determine by subtracting 1 from y when x = 1 that the y intercept is 5. Slope intercept is y = mx+b. The y intercept is b which is five and the slope is m which is one.

1. What is the shortest distance between points A and B on the cylinder shown, if we already know that the height of the cylinder is 12 inches & the circumference of the base is 18 inches?​

Answers

The shortest distance between points A and B on the cylinder is 6 inches.

What is the shortest distance between points A and B on the cylinder?

This problem uses the Pythagorean Theorem to calculate the shortest distance between points A and B. The Pythagorean Theorem states that the square of the hypotenuse of a right triangle is equal to the sum of the squares of the other two sides.

In this problem, the hypotenuse is the shortest distance between points A and B and the other two sides are the radius and height of the cylinder.

Step 1: Calculate the radius of the cylinder by dividing the circumference of the base (18 inches) by 2π (3.14159):

r = 18 inches / 2π = 2.827 inches

Step 2: Calculate the height (h) of the cylinder by subtracting the radius from the total height (12 inches):

h = 12 inches - 2.827 inches = 9.173 inches

Step 3: Calculate the shortest distance between points A and B by multiplying the height (h) by 2:

d = 9.173 inches x 2 = 18.346 inches

Step 4: Round the result to the nearest whole number:

d = 18.346 inches ≈ 6 inches

To learn more about Pythagorean Theorem refer :

brainly.com/question/14930619

#SPJ1

Please answer my question.​

Answers

The solution is Option B , Option D.

The equations are z/6 + w = 11 and 5y + 4 = 16 + y

What is an Equation?

Equations are mathematical statements with two algebraic expressions flanking the equals (=) sign on either side.

It demonstrates the equality of the relationship between the expressions printed on the left and right sides.

Coefficients, variables, operators, constants, terms, expressions, and the equal to sign are some of the components of an equation. The "=" sign and terms on both sides must always be present when writing an equation.

Given data ,

Let the equation be represented as A

Now , the value of A is

a)

( 10 + a ) / ( 3a + 1 )  

Now , it is an expression because the "=" sign and terms on both sides must always be present when writing an equation.

b)

z/6 + w = 11   be equation (1)

Now , the equation is having = sign along with coefficients and variables

c)

( z-2 ) / 3 < 15

The < sign represents an inequality relation

So , it is not an equation

d)

5y + 4 = 16 + y   be equation (2)

Now , the equation is having = sign along with coefficients and variables

e)

x² + 3x + 7

Now , it is an expression because the "=" sign and terms on both sides must always be present when writing an equation.

f)

5y + 1 ≤ y

The ≤ sign represents an inequality relation

So , it is not an equation

Hence , the equations are solved

To learn more about equations click :

https://brainly.com/question/19297665

#SPJ1

Write the equation of this line in slope-intercept form.

Answers

Answer:

Step-by-step explanation:

m= 3/1

y-int=-5

write an expression to represent the sum of three consecutive odd integers in which n is the least number.

Answers

An expression to represent the sum of three consecutive odd integers is 3n + 3

The term expression in math is known as a sentence with a minimum of two numbers or variables and at least one math operation.

Here we have given that an expression to represent the sum of three consecutive odd integers in which n is the least number.

As here we have given that since the smallest integer is n,

And then it can be written as n+1 and n + 2 are the consecutive integers after that.

And then finally here we have to know that if you add them all up, then it becomes (n) + (n+1)+(n + 2) or simply 3n+3.

To know more about expression here.

https://brainly.com/question/14083225

#SPJ4

In triangle JFR , m angle J=35 and the measure of the exterior angle at F is 115. Which is the longest side of the triangle ?

Answers

Answer:

JF

Step-by-step explanation:

There is a rule where if the angle in a triangle is facing the smallest side, that angle is the smallest of the other 2 angles in the triangle, and vice versa. If the angle in a triangle is facing the biggest side, well, you can see where this is going(the angle is the biggest)

So if we look at this beautiful drawing that I drew :

Angle <JFR is 180 - 115, which is 65.

And the last angle is 180 - 65 - 35 = 80

Angle R is the biggest angle.

So the side that is facing R is the longest side, which is JF

A cooler contains 4 l of water. the cooler has marks on it at every 0.2 l. water bottles are filled with water from the cooler, and each bottle holds approximately 4/9 l. after 4 water bottles are filled, between which two marks is the water level in the cooler?

Answers

As per the unitary method, the place of marks in the water level in the cooler is 2.0 and 2.2 respectively.

Here we have given  cooler contains 4 l of water. the cooler has marks on it at every 0.2 l.

And here we also know that water bottles are filled with water from the cooler, and each bottle holds approximately 4/9 l.

Then the marking on the cooler are written as 0.2, 0.4, 0.6, 0.8, ...

Here we know that the water bottle will hold 4/9l of water

Here we have to convert the fraction into decimal form, then we get,

=> 4/9

=> 0.44

Then the water that can be filled on 4 bottle is calculated as,

=> 4 x 0.44

=> 1.76

Then the remaining water is calculated as,

=> 4 - 1.76

=> 2.24

Then the level of water mark in the cooler is 2.0 and 2.2

To know more about unitary method here.

https://brainly.com/question/28276953

#SPJ4

DEDUCTIVE OR INDUCTIVE?

1. 2, 4, 6, 8. The next number is 10.

A. Inductive Reasoning
B. Deductive Reasoning

2. All plants need water. Water Hyacinth is a plant. Therefore, Water Hyacinth need water.

A. Inductive Reasoning
B. Deductive Reasoning

3. The next square has 16 dots.

A. Inductive Reasoning
B. Deductive Reasoning

4. A child’s teacher in pre-school is a female. In his grade 1 and 2, his teacher were both female. The child may say that her/his next teacher is female.

A. Inductive Reasoning
B. Deductive Reasoning
5. All football players are muscular. Peter is muscular. Therefore, Peter is a football player.

A. Inductive Reasoning
B. Deductive Reasoning​

Answers

The answer to the first, third and fourth part is inductive reasoning and the answer to the second and fifth part is deductive reasoning.

The first example is an example of Inductive reasoning because it is based on a pattern or trend of a sequence of numbers (2, 4, 6, 8) and uses that pattern to make a prediction or generalization about the next number in the sequence (10). This is a common use of inductive reasoning, where observations or data are used to make generalizations about future events or situations.

The second example is an example of Deductive reasoning because it starts with a general statement (all plants need water) and applies it to a specific case (Water Hyacinth) to reach a logical conclusion (Water Hyacinth needs water). This is the classic form of deductive reasoning, where the conclusion follows logically from the premises and can be proven to be true if the premises are true.

The third example is an example of Inductive reasoning because it is based on a pattern or trend of a sequence of numbers (dots in squares) and uses that pattern to make a prediction or generalization about the next number in the sequence (16 dots in the next square).

The fourth example is an example of Inductive reasoning because it is based on a pattern or trend of a sequence of events (pre-school, grade 1, grade 2) and uses that pattern to make a prediction or generalization about the next event in the sequence (the child's next teacher will be female).

The fifth example is an example of Deductive reasoning because it starts with a general statement (all football players are muscular) and applies it to a specific case (Peter) to reach a logical conclusion (Peter is a football player). This is the classic form of deductive reasoning, where the conclusion follows logically from the premises and can be proven to be true if the premises are true.

To know more on Inductive Reasoning or Deductive Reasoning

https://brainly.com/question/2437643

#SPJ4

What are the x- and y-intercepts of the equation?
y = log (3x + 4) + 2
Round only the final answers to the nearest hundredth.
Enter your answers in the boxes.
x-intercept: =
y-intercept =

Answers

x- intercept:  x = -1.33, y- intercept: y = log 4 + 2

How to find where does a function crosses x or y-axis?

Suppose that the line considered be of the form  y=f(x)

The equation for y-axis is x = 0

Thus, intersection between both the curves is obtained by putting x = 0 in the considered function.

We get x=0 and y=f(0)

Thus, the coordinate point of intersection with y-axis is (0,f(0))

And the equation for x-axis is y=0

Thus, its intersection with given function is at y= 0 and y such that

f(x)=0

Given equation,

y = log (3x+4) + 2,

For x - intercept,

y = 0,

0= log(3x+4) +2

-2= log(3x+4)

10^-2= 3x+4 ([tex]log_{m}[/tex]a=b => a=m^b)

0.01= 3x+4

0.01-4=3x

x= -3.99= -1.33

For y-intercept,

x = 0,

y=log(3(0)+4)+2= log4+2

Learn more about equations here;

https://brainly.com/question/25180086

#SPJ1

Find b such that the line from the origin to (3, 4b) is parallel to the line from the origin to (b, 3).​

Answers

The values of b that makes the lines parallel are given as follows:

b = ± 3/2.

How to define a linear function?

The slope-intercept definition of a linear function is given as follows:

y = mx + b.

In which:

m is the slope, representing the rate of change of the linear function.b is the intercept, representing the initial value of the linear function.

When two lines are parallel, they have the same slope.

Given two points, the slope is given as the change in y divided by the change in x.

This means that the slopes for each line are given as follows:

Origin to (3,4b): 4b/3.Origin to (b, 3): 3/b.

As they are parallel, the value of b is obtained as follows:

4b/3 = 3/b.

4b² = 9

b² = 9/4

[tex]b = \pm \sqrt{\frac{9}{4}}[/tex]

b = ± 3/2.

More can be learned about linear functions at https://brainly.com/question/24808124

#SPJ1

. In one paragraph explain in your own words why is parallel line so important in our everyday lives.

Answers

The reason why parallel line is so important in our everyday lives is that help us to understand the path of the objects and sides of the various shapes.

Why is studying parallel lines important?

Because they allow us to construct congruent angle pair relationships, parallel lines and transversals are crucial to the study of geometry.

Understanding the movement of objects and the sides of various forms is made easier with the aid of parallel lines. For instance, the opposing sides of parallelograms, squares, and rectangles are parallel to one another. The parallel line is frequently employed in the building sector.

Learn more about parallel line at:

https://brainly.com/question/24607467

#SPJ1

for the line segment below, the ratio of the length of mn to the length of no is 3:7. if it can be determined, what is the ratio of the length of mn to the length of mo ?

Answers

For the line segment MO, the ratio of the length of MN to length of NO is 3 : 7. The ratio of the length of MN to length of MO is 3 : 10.

Ratio or proportion is the relation describing the size, quantity, or the amount of two or more variables.

For example, the ratio of sugar and flour in a cake dough is 1 : 2. It means, if there is 200 grams of sugar in the dough, the amount of flour is 2 x 200 = 400 grams.

In the given problem, the ratio of length MN to the length NO is 3 : 7.

Notice that:

MO = MN + NO

Hence, the ratio of the length of MN to the length of MO is:

MN : MO = MN : (MN + NO)

MN : MO = 3 : (3 + 7)

MN : MO = 3 : 10

The picture in your question is missing. Most likely it was like the one in the attached picture.

Learn more about ratio here:

https://brainly.com/question/17374569

#SPJ4

Segment MN has endpoints on a sphere. If segment MN does not pass through the center of the sphere, the most specific name for segment MN is BLANK ( options : chord, diameter, radius)
If segment MN passes through the center, the most specific name for segment MN is BLANK ( options : chord, diameter, radius)
Segment MN lies on a plane that intersects the center of a sphere. The intersection between the sphere and the plane is the BLANK ( options : diameter, great circle, radius, tangent)

Please help me out! Math 3 Q4

Answers

The intersection between the sphere and the plane is the is diameter.

What is a sphere?

A sphere is a geometrical object that is a three-dimensional analogue to a two-dimensional circle. A sphere is the set of points that are all at the same distance r from a given point in three-dimensional space. That given point is the centre of the sphere, and r is the sphere's radius.

Given that, segment MN has endpoints on a sphere. If segment MN does not pass through the center of the sphere.

A chord of a circle is a straight line segment whose endpoints both lie on a circular arc.

So, the most specific name for segment MN is chord.

Here, segment MN lies on a plane that intersects the center of a sphere.

A diameter of a circle is any straight line segment that passes through the center of the circle and whose endpoints lie on the circle.

Therefore, the intersection between the sphere and the plane is the is diameter.

Learn more about the sphere here:

https://brainly.com/question/12390313.

#SPJ1

What is a 1/2 percentage?

Answers

Answer:

50%

1 2 = 1 × 50 2 × 50 = 50 100 . . So the answer is 50%

please mark me as a brainalist

what is the end behavior of:
1. [tex]\sqrt{6x}[/tex]
2. [tex]\sqrt{x-5}-6[/tex]
3. [tex]-3\sqrt{x+3}+7[/tex]

Answers

In the given question, none of the function exhibits an end behavior

What is End Behavior of a Polynomial

The end behavior of a polynomial is the way the graph of the polynomial behaves as the input values become very large or very small. Generally, the end behavior of a polynomial is either up, down, or a combination of both. If the highest degree term has a positive coefficient, the end behavior is up; if the highest degree term has a negative coefficient, the end behavior is down. If the highest degree term has a coefficient of zero, the end behavior is a combination of up and down.

In the functions given, we can find the end behavior of each of these functions.

1)

y = √x

The leading coefficient test requires a polynomial and this function is not a polynomial.

2)

y = √(x - 5) - 6

The leading coefficient test requires a polynomial and this function is not a polynomial.

3)

y = -3√(x + 3) + 7

The leading coefficient test requires a polynomial and this function is not a polynomial

Learn more on end behavior of a polynomial here;

https://brainly.com/question/1402861

#SPJ1


x² - 4x-20 = 0 pls help

Answers

Answer:

Step-by-step explanation:

x=2+2[tex]\sqrt{6}[/tex] or x=2-2[tex]\sqrt{6}[/tex]

How many days is 18,000 seconds?

Answers

18,000 seconds is also 5 hours, not really a day.

That's  0.20833 of one day./

(5/24 of a day)

449 students were surveyed about their preferences of sports. 146 students like football, 107 students like baseball, and 49 students like both sports. how many students like exactly one of the two sports?

Answers

449 students were surveyed about their preferences for sports. 146 students like football, 107 students like baseball, and 49 students like both sports. there are 293  students like exactly one of the two sports.

This can be determined by subtracting the number of students who like both sports (49) from the total number of students surveyed (439). This leaves us with 390 students who like either football, baseball, or both. To find the number of students who like exactly one of the two sports, we will need to subtract the number of students who like both sports from the number of students who like either football or baseball.

To do this, we add together the number of students who like football (146) and the number of students who like baseball (107). This gives us 253 students who like either football or baseball. Subtracting this number (253) from the number of students who like either sport (390) gives us the number of students who like exactly one of the two sports (293).

To know more about numbers refer to the link brainly.com/question/17429689

#SPJ4

Vertical and Adjacent Angles. What is the value of x?
120°
(6x)

Answers

Answer: x=10

Step-by-step explanation:

120=6x

120+6x=+180=360

300+6x=360

6x=60

x=10

In the figure below, which term best describes point W?
A. Incenter
B. Centroid
C. Orthocenter
D. Circumcenter

Answers

Answer:

a is the correct answer because it is in the center of the shape

Sal's Sandwich Shop sells wraps and sandwiches as part of its lunch specials. The profit on every sandwich is $2, and the profit on every wrap is $3. Sal made a profit of $1,470 from lunch specials last month. The equation 2x + 3y = 1,470 represents Sal's profits last month, where x is the number of sandwich lunch specials sold and y is the number of wrap lunch specials sold.


Graph the function. On the graph, make sure to label the intercepts. You may graph your equation by hand on a piece of paper.

Answers

The graph of 2x + 3y = 1470 have a y intercept of 490

What is an equation?

An equation is a expression that shows the relationship between numbers and variables.

The standard form of a linear equation is:

y = mx + b

Where m is the rate of change and b is the y intercept

Let x represent the number of sandwich and y represent the number of wraps.

The profit on every sandwich is $2, and the profit on every wrap is $3. Sal made a profit of $1,470 from lunch specials last month. Hence:

2x + 3y = 1470

The graph is attached

Find out more on equation at: https://brainly.com/question/2972832

#SPJ1

Other Questions
Which of the answers below is NOT a threat to the Great Lakes?*5 pointsDevelopment of roads and buildingsWaste including pollution like pesticides, oil, road salts, and fertilizersToo many sailboatsClimate change In 2015, President Obama signed the Every Student Succeeds Act (ESSA) into law. The Department of Education was in charge of implementing the law. Which of the following most likely occurred after Congress gave the Department of Education discretionary authority over the law What process a hard drive for use by an operating system john has an easement appurtenant that allows him to cross sally's land. sally is selling her property. when sally's property sells, john will: : A mass m is oscillating with amplitude A at the end of a vertical spring of spring constant k. Part (a) The mass is increased by a factor of four. What is true about the period? Choose the best answer. MultipleChoice : 1) The period increases by a factor of four. 2) The period doubles. 3) The period is halved. 4) The period decreases by a factor of four. Part (b) The mass is increased by a factor of four, keeping A and k constant. What is true about the total mechanical energy? Choose the best answer. Multiple Choice : 1) The energy increases by a factor of four. 2) The energy doubles. 3) The energy remains unchanged. 4) The energy is halved. 5) The energy decreases by a factor of four. Part (c) The mass is increased by a factor of four, keeping A and k constant. What is true about the maximum speed? Choose the best answer. MultipleChoice: 1) The maximum speed increases by a factor of four. 2) The maximum speed doubles. 3) The maximum speed is halved. 4) The maximum speed decreases by a factor of four. 5) The maximum speed remains unchanged. Part (d) The amplitude is doubled, keeping mass and k constant. What is true about the period? Choose the best answer. Multiple Choice : 1) The period increases by a factor of four. 2) The period doubles. 3) The period remains unchanged. 4) The period is halved. 5) The period decreases by a factor of four. Part (e) The amplitude is doubled, keeping mass and k constant. What is true about the total mechanical energy? Choose the best answer. Multiple Choice : 1) The energy doubles. 2) The energy is halved. 3) The energy increases by a factor of four. 4) The energy decreases by a factor of four. 5) The energy remains unchanged. Part (f) The amplitude is doubled, keeping mass and k constant. What is true about the maximum speed? Choose the best answer. MultipleChoice: 1) The maximum speed increases by a factor of four. 2) The maximum speed is halved. 3) The maximum speed doubles. 4) The maximum speed decreases by a factor of four. 5) The maximum speed remains unchanged.Previous question ahmed listens to sports stations that support his favorite team; and often dismisses news that supports opposing teams. this is best explained as an example of: A clue can have multiple answers, and we have provided all answers that were aware of for Deep dive into the statistics of a NY slugger?. This clue last appeared January 6, 2023 in the LA Times Crossword. Youll want to cross-reference the length of the answers below with the required length in the crossword puzzle you are working on for the correct answer. The solution to the Deep dive into the statistics of a NY slugger? crossword clue should be: From your reading of American Jezebel, why did local pastors think Anne Hutchinsonhad "stepped out of [her] place" ?A: Anne wanted to be a man.B: Both men and women were attending her bible studies.C: She was a witch.D: She lost too many babies while performing her duties as a midwife. A 3.0 kilogram object is placed on a frictionless track at point a and released from rest. (assume the gravitational potential energy of the system to be zero at point c). what is the name of the bond that links subunits of a protein together? Which of the following claims would be covered under the Personal and advertising injury portion of a Commercial General Liability policy?a. The insured makes slanderous statements about a competitor which results in damage to the competitor's reputations.b. The insured's detective product disfigures a consumer.c. The insured's security officer injuries a suspected shoplifter.d. A customer is injured on the insured's premises. Shall i say, i have gone at dusk through narrow streets and watched the smoke that rises from the pipes of lonely men in shirt-sleeves, leaning out of windows? . . . i should have been a pair of ragged claws scuttling across the floors of silent seas. which words best indicate that prufrock feels isolated? narrow, lonely, silent streets, windows, seas smoke, pipes, floors rises, leaning, scuttling Which of the following has the same number of significant figures as the number 1.00310? Select one: A. 8.66 B. 1 106 C. 199.791 D. 5.119 E. 100 a subway train starts from rest and accelerates at 5 ft/s2 until it reaches a speed of 38 ft/s. it then coasts for 1200 ft, maintaining the maximum speed. it then slows down into the station at -4 ft/s2 before coming to a stop. how long did it take the subway train to move from one station to the next? what is the total distance between stations? (48.7 s, 1525 ft) In prokaryotic cells, translation begins before transcription is finished. Give two reasons why this would not be possible in eukaryotic cells.Eukaryotic cells have a nucleus and prokaryotic cells do not. Transcription takes place in the nucleus while translation takes place on the ribosomes in the cytoplasm. Eukaryotic cells have introns that must be removed from the pre-mRNA before translation can occur. True or False: Data Scientists would perform a cluster analysis when they know what they are looking for and just need to confirm their assumptionsAssuming K=3, how would the point X be classified using KNN?Select one:a. Redb. Blue Problem 3-1A Identifying adjusting entries with explanations LO P1, P2, P3, P4 For journal entries 1 through 12, select the letter of the explanation that most closely describes it in the space beside each entry. You can use letters more than once. A. To record receipt of unearned revenue. B. To record this period's earning of prior unearned revenue. C. To record payment of an accrued expense. D. To record receipt of an accrued revenue. E. To record an accrued expense. F. To record an accrued revenue. G. To record this period's use of a prepaid expense. H. To record payment of a prepaid expense. I. To record this period's depreciation expense. Social and cognitive theories explain gender and gender identity development as a product of _____ forces How do I divide with rational expressions. Place value of the 4 in 2, 487, 492