Please help with this math question

Please Help With This Math Question

Answers

Answer 1

Domain: {-3}
Range: {8, 7, 6, 5}
This is not a function.

Related Questions

The ice cream store offers schools a discount of 12% for the month of June. The school decides to purchase ice cream bars for the end of the year picnic.
a. How much money would the school save if the school purchased 55 boxes of ice cream? Show your work and write your answer in the space below.
b. What is the total price with the discount for 55 boxes of ice cream?

PLS HELP ME!!!​

Answers

Answer:

Divide the number of ice-cream bars into the number of people. Example: say you have 20 ice cream bars and 10 people you divide 20/10 and get 2 ice cream bars per person

Step-by-step explanation:

Are you also a simp for draco? :3

Take a two digit number represented by ab, such that neither a nor b is zero and a is not equal to b. Reverse the digits and add the result to the original number. Divide this sum by a+b. What is the quotient?

Answers

Answer:

11

Step-by-step explanation:

We can have any. two numbers that represent a and b

It CANT BE THIS FOLLOWING

A AND B CANT BE ZERO SO WE CAN USE MULTIPLES OF 10

A CANT BE EQUAL TO B SO WE CANT USE MULTIPLES OF 11( ALL THE WAY UP TO 99 BUT WE CANT USE ANY NUMBER AFTER THAT SINCE NUMBERS THAT COME AFTER 99 ARE THREE DIGIT NUMBER)

Let use 5 and 6.

56

Reverse the digits

65

add 56 to 65

121

Divide this by 6+5=11

The answer is 11 This vary for all answers let use 1,7

17 then reverse

71 then add 71 and 17

88 then divide by 1+7=8

11

The quotient is 11.

Step-by-step explanation:

Given:

A two-digit number,'ab'.

Where a and b are non-zero and are unequal to each other.

To find:

Quotient after dividing the sum of the given digit and its reverse with(a+b).

Solution:

The given digit = [tex]ab = (10a+b)[/tex]

[tex]Where:\\a \neq b, a\neq 0,b\neq 0[/tex]

On reversing the given digit =[tex]ba = (10b +a)[/tex]

Now adding the given digit and its reverse:

[tex]= ab +ba = (10a+b)+(10b+a)\\=(11a+11b)=11(a+b)[/tex]

Diving the sum with (a+b):

[tex]=\frac{11(a+b)}{(a+b)}=11[/tex]

The quotient is 11.

Learn more about algebra here:

brainly.com/question/953809?referrer=searchResults

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

What is the value of the expression 8w−4j2 when w=0.25 and j=0.5?

Answers

Answer:

-2

Step-by-step explanation:

help plz!! Marking most Brainly :)))

Answers

Answer: A

Step-by-step explanation:

12 black cards / 20 cards in all.

20 x 5 = 100, 12 x 5 = 60

Find the volume of a cuboid of dimensions 4 cm x 2 cm x 3 cm

Answers

Answer:

24 cm^3

Step-by-step explanation:

4x2x3=24

43,5 multiplicado por 8,6 y que la explicación o la operación venga incluida porfavor​

Answers

Answer:

la respuesta correcta es 374.10

3. Evaluate and graph
the solution.
3. E
the
"the
5x + 9-3x s 21
+
++

Answers

Answer:

x=6

Step-by-step explanation:

5x+9-3x=21

5x-3x=21-9

2x=12

x=6

User will enter three grades averages (exam, project, and lab). Determine which of the three grades (consider any ties) is the highest grade and display the results. Determine which of the three grades (consider any ties) is the lowest grade and display the results. Check for any grades failing below 70% and display each individual grade. Calculate the average grade using the three grades and display the average grade. If they are all 70 and above then display the fact that they are all 70% or above.

Answers

Answer:

In Python:

exam = int(input("Exam: "))

project = int(input("Project: "))

lab = int(input("Lab: "))

if exam >= project and exam >= lab:

   print("Highest Grade: "+str(exam))

elif project >= exam and project >= lab:

   print("Highest Grade: "+str(project))

else:

   print("Highest Grade: "+str(lab))

   

if exam <= project and exam <= lab:

   print("Lowest Grade: "+str(exam))

elif project <= exam and project <= lab:

   print("Lowest Grade: "+str(project))

else:

   print("Lowest Grade: "+str(lab))

   

print("\nGrades below 70")

if exam < 70:

   print("Exam: "+str(exam))

if project < 70:

   print("Project: "+str(project))

if lab < 70:

   print("Lab: "+str(lab))

   

print("\nAverage: "+str((exam+project+lab)/3))

if exam > 70 and project >70 and lab > 70:

   print("All grades are above 70")

Step-by-step explanation:

The next three lines get input for exam, project and lab

exam = int(input("Exam: "))

project = int(input("Project: "))

lab = int(input("Lab: "))

This condition checks if exam is the highest grade

if exam >= project and exam >= lab:

If true, exam is printed as the highest grade

   print("Highest Grade: "+str(exam))

This condition checks if project is the highest grade

elif project >= exam and project >= lab:

If true, project is printed as the highest grade

   print("Highest Grade: "+str(project))

If otherwise

else:

lab is printed as the highest grade

   print("Highest Grade: "+str(lab))

This condition checks if exam is the lowest grade    

if exam <= project and exam <= lab:

If true, exam is printed as the lowest grade

   print("Lowest Grade: "+str(exam))

This condition checks if project is the lowest grade    

elif project <= exam and project <= lab:

If true, project is printed as the lowest grade

   print("Lowest Grade: "+str(project))

If otherwise

else:

lab is printed as the lowest grade

   print("Lowest Grade: "+str(lab))

   

This prints the header "Grades below 70"

print("\nGrades below 70")

This checks if exam is below 70.

if exam < 70:

If true, exam score is printed

   print("Exam: "+str(exam))

This checks if project is below 70

if project < 70:

If true, project score is printed

   print("Project: "+str(project))

This checks if lab is below 70

if lab < 70:

If true, lab score is printed

   print("Lab: "+str(lab))

   

This calculates and prints the average

print("\nAverage: "+str((exam+project+lab)/3))

This checks if all three scores are above 70

if exam > 70 and project >70 and lab > 70:

If true, the the message that all are above 70, is printed

   print("All grades are above 70")

HELP ASAP PLS SHOW WORK

Answers

Answer:

42

dnndndndndndnd

dndndndndj

S 4xy
when x = 2, y = 5

Answers

Answer: 40

Step-by-step explanation:

Plug in the known values:

4(2)(5) = 8(5) = 40

Answer:

its 40 hope this helps you

Step-by-step explanation:

have a nice day/night

What is the y intercept of the line 5x-2y=10

Answers

Answer:

Step-by-step explanation:

The y intercept occurs when x=0.

5(0)-2y=10

-2y=10

y=-5 or the point (0,-5)

math 2 help ummmmmyeah

Answers

Answer:

1. 38 degrees

2. 38 degrees

Step-by-step explanation:

It tells you that angle 1 is 38 degrees, and they are supplementary angles, which means angle 2 is also 38 degrees.

Hope this helps :)

Let me know if there is anything to fix!!

I dont understand it​

Answers

Answer:

30xy

Step-by-step explanation:

I divided this shape into a square and a rectangle.

Solve:

First I multiplied 2x and 3y

2x*3y= 6xy

Then I multiplied 6x and 4y

6x*4y= 24xy

Then I added them together

24xy+6xy= 30xy

Hope this helps!

C) Graph the equation x = 2.​

Answers

Step-by-step explanation:

debes de checar dónde está la x ya la viste okey ve a donde dice -2 y pon un punto

Factor the polynomial 4x2
24x + 36 completely

Answers

Answer:

Step-by-step explanation:

4(x^2 = 6x + 9)

4(x + 3)(x + 3)

Aaron mows lawns and makes $70 per week. Last week
he spent $15 on gas and spent 5 hours mowing all of the
lawns. How much did he earn per hour?

Answers

If I’m correct he earned $3 per hour mowing lawns. How I got this is because I divided 15 by 5 and thts how I got 3. Hope this helps :)

show that the function below even or odd. f(x) = 3 X5 / 1+X3​

Answers

Answer:

i think the answer is

[tex]f(x) = \\ - \frac{45x {}^{2} }{(1 + x {}^{3}) {}^{2} }[/tex]

Can the triangles be proven similar by AA?
Question options:

A)

No, similar triangles cannot contain a pair of parallel lines.

B)

Yes, because ∠QUR ≅ ∠TUS (vertical angles) and ∠R ≅ ∠S (alternate interior angles).

C)

Yes, because || .

D)

No, the triangles contain no angles marked congruent.

Answers

Answer:

No, similar triangles cannot contain a pair of parallel lines. Yes, because || . Yes, because ∠QUR ≅ ∠TUS (vertical angles) and ∠R ≅ ∠S (alternate interior angles).

Step-by-step explanation:

Yes, because ∠QUR ≅ ∠TUS (vertical angles) and ∠R ≅ ∠S (alternate interior angles).

What is similarity?

Two triangles are similar if they have the same ratio of corresponding sides and equal pair of corresponding angles.

Both triangles are similar as,

∠QUR ≅ ∠TUS (vertical angles)

∠R ≅ ∠S (alternate interior angles).

So, By AA similarity criteria triangles are similar.

Learn more about similarity here:

https://brainly.com/question/17170212

#SPJ5

How many planes appear in this figure?

Answers

Answer:

5

if the rectangle isn't connected and you count the bottom face, 6

brainliest plz

Answer:

9 figures

Step-by-step explanation:

Brainly please

Suppose a university is divided into three campuses: the Main campus, the Downtown campus, and the Bay Area campus. The Main campus has 60% of the university's students, the Downtown campus has 25%, and the Bay Area has the rest. At the Main campus, 12% of the students are statistics majors. At the Downtown campus, 4% of the students are statistics majors. Finally, at the Bay Area campus, 1% of the students are statistics majors.

Required:
a. What proportion of students at the university are statistics majors?
b. Of all statistics majors at the university, what proportion are at the Main campus?

Answers

Answer:

a) 0.0835 = 8.35% of students at the university are statistics majors

b) 0.8623 = 86.23% are at the Main campus

Step-by-step explanation:

Conditional Probability

We use the conditional probability formula to solve this question. It is

[tex]P(B|A) = \frac{P(A \cap B)}{P(A)}[/tex]

In which

P(B|A) is the probability of event B happening, given that A happened.

[tex]P(A \cap B)[/tex] is the probability of both A and B happening.

P(A) is the probability of A happening.

This is used for item b.

a. What proportion of students at the university are statistics majors?

12% of 60%(At the main campus).

4% of 25%(Downtown campus).

The rest is 100 - 60 + 25) = 15%.

1% of 15%(Bay Area Campus). Si

[tex]p = 0.12*0.6 + 0.04*0.25 + 0.01*0.15 = 0.0835[/tex]

0.0835 = 8.35% of students at the university are statistics majors.

b. Of all statistics majors at the university, what proportion are at the Main campus?

Using conditional probability to find the percentage.

Event A: Statistics majors, so [tex]P(A) = 0.0835[/tex]

Event B: Main Campus

Intersection of A and B:

12% of 60%. So

[tex]P(A \cap B) = 0.12*0.6 = 0.072[/tex]

Percentage:

[tex]P(B|A) = \frac{P(A \cap B)}{P(A)} = \frac{0.072}{0.0835} = 0.8623[/tex]

0.8623 = 86.23% are at the Main campus

if (2x+3):(3x+2)=5:7,find the value of x​

Answers

Answer:

Given: The mean of x + 2, 2x + 3, 3x + 4 and 4x + 5 is x + 2

 Mean = 4(x+2)+(2x+3)+(3x+4)+(4x+5)

 ⇒x+2=410x+14

 ⇒4x+8=10x+14   

 ⇒6x=−6   

 ⇒x=−1   

You roll a 6-sided die.




What is P(2)?

Write your answer as a fraction or whole number.

Answers

Answer: The probability of rolling a 2 on a 6-sided die is 1/6.

Step-by-step explanation:

The probability of getting 2 on the die P(2) is 1/6.

What is probability?

Probability is the chance of occurrence of a certain event out of the total no. of events that can occur in a given context.

Given, We roll a six-sided die,

So, Sample space N(S) = 1, 2, 3, 4, 5, 6 = 6.

N(2) = 1

∴ The probability of getting the number 2 when we throw a die is

P(2) = N(2)/N(S).

P(2) = 1/6.

learn more about probability here :

https://brainly.com/question/743546

#SPJ2

a total of 40 percent of the voters in a city classify themselves as independents, whereas 35 percent classify themselves as liberals, and 25 percent as conservatives. in a recent election, 40 percent of the independents, 75 percent of the liberals, and 65 percent of the conservatives voted. given that a person voted in the election, what is the probability that the person is an independent

Answers

Answer:

Probability = 0.088 ie 8.8%

Step-by-step explanation:

P (I) = 40% = 0.4

P (L) = 35% = 0.35

P (C) = 25% = 0.25

P (EV / I) = 40% = 0.4

P (EV / L) = 75% = 0.75

P (EV / C) = 65% = 0.65

P (I / EV) = [ P (EV / I) . P (I) ] / [ P ( EV) ]

[ P (EV / I) . P (I) ] / [ P (EV / I) + P (EV / L) + P (C / L)

[(0.4) (0.4)]  / [ 0.4 + 0.75 + 0.65 ]

0.16 / 1.8

= 0.088 ie 8.8%

Evaluate the expression for x= -4.
4x2 - 6x + 7
When x= -4,4x2 - 6x +7=

Answers

15 is what i got hope it works

You visit an amusement park with your family over the summer. Each adult ticket costs $45 and each child ticket costs $32. Let 'a' be the number of adults, and 'c' be the number of children. Which expression below accurately represents the amount of money your family will pay to get in?

Answers

Answer:

45a + 32c

Step-by-step explanation:

a tickets at $45 per ticket cost 45a

c tickets at $32 per ticket cost 32c

The total cost is

45a + 32c

1 3/4 + 2 2/5=
Addition of fractions

Answers

The answer is: 4 3/20

Answer:

Improper fraction: 83/20

Decimal: 4.15

Mixed Number: 4 3/20

Step-by-step explanation:

Divide.
14)4210
O A. 300 r 10
O B. 300 r 7
O C. 300
O D. 310


no rush at all lolz.!

Answers

300 with a remainder of 10

3 0 0

1 4 | 4 2 1 0

4 2

1 0

Therefore, 4210 / 14 = 300 with a remainder of 10.

300 with a remainder of 10

HELP solve the proportion x+1/16 = 17/32

Answers

Answer:

Exact Form:

x=15/32

Decimal Form:

x=0.46875

Step-by-step explanation:

Move all terms not containing x to the right side of the equation.

Exact Form:

x=15/32

Decimal Form:

x=0.46875

Hope this helps!!!

Answer:

Exact Form : x = 15/32

Decimal : 0.46875


Isabella invested $500 at 6% annual interest, compounded quarterly. How much will her Investment be after 25 years.

Answers

Answer:

$2216.02

Step-by-step explanation:

Compound interest formula:

[tex]FV=PV(1+\frac{i}{n})^{nt}\\\\FV=500(1+\frac{.06}{4})^{25*4}\\\\500(1.015)^{100}\\=2216.02[/tex]

8- 2r+6r+5=? use r = 8​

Answers

Answer:

45

Step-by-step explanation:

8 - 16 + 48 + 5

-8 + 48 + 5 =

40 + 5 =

45

Hope that helps!

Other Questions
Please help me: which statement is not true? When talking about the products of photosynthesis, why is it a HUGE issue when a vast amount of the rainforests is dying along with vast acres of forests from fires/deforestation? Remember, we know that this hurts the ecosystems of animals living there, but what else does it effect? Question 5 options: the creation of too much water the creation of oxygen the creation of to much heat the creation of carbon monoxide HELP ASAP! TIMED Choose the correct set of preterit conjugations for the verb poder. pude, pudiste, pudo, pudimos, pudusteis, pudieron puedo, puedes, puede, podemos, podis, pueden pod, podiste, podi, podimos, podisteis, podieron poda, podas, poda, podamos, podais, podan DIARY OF A WIMPY KID OLD SCHOOL 1. What conclusion can you draw from the book?2. Was it interesting? Why or why not?3. Would you recommend this book to a fellow schoolmate? Why or Why not?AND NO COPY AND PASTING Which is most accurate concerning Federalists and Anti-Federalists?O Anti-Federalists tended to be merchants; Federalists were generally poor southern farmers.O Anti-Federalists tended to be educated in England; Federalists were usually educated in America.O Federalists tended to live in the South; Anti-Federalists usually lived in northern urban areas.O Federalists tended to be wealthy merchants; Anti-Federalists were more likely to be farmers. Please help asap i really need it Help please? This is due in a few minutes. brainliest quick help Dakota arrived at school at 7:59 a.m. He left at 2:33 p.m. How long was Dakota at school how does the cell work PLEASE HELP DUE TODAY WILL GIVE BRAINLIEST TO CORRECT ANSWERAfter a few mathletes join the team, the team is able to solve 40% more problems per session. Of the team can solve 42 problems per session now, how many problem were they able to solve before the new mathletes joined? Which statement best describes the term symbolism?A. A writer says one thing but means something else.B. A writer compares one element to another using the words like or as.C. A writer uses an object to represent significant ideas or qualities.D. A writer emphasizes an important concept or theme An orbiting satellite experiences no force due to the Earth'sgravity. Chase has been playing a game where he can create towns and help his empire expand. Each town he has allows him to create 1.13 times as many villagers as he had in the one before. The game gave Chase 4 villagers to start with. Explain to Chase how to create an equation to predict the number of villagers in any specific town. Then show how to use your equation to solve for the number of villagers he can create to live in his 17th town. Components used in a cellular telephone are manu- factured with nominal dimension of 0.3 mm and lower and upper specification limits of 0.295 mm and 0.305 mm respectively. The x and R control charts for this process are based on subgroups of size 3 and they exhibit statistical control, with the center line on the x chart at 0.3015 mm and the cen- ter line on the R chart at 0.00154 mm. Required:a. Estimate the mean and standard deviation of this process. b. Suppose that parts below the lower specifica- tion limits can be reworked, but parts above the upper specification limit must be scrapped. Estimate the proportion of scrap and rework produced by this process. c. Suppose that the mean of this process can be reset by fairly simple adjustments. What value of the process mean would you recommend 1 We could tell by Michelle's facial ..... that shewas angry.A expressionC toneB emotionD feeling What would be the answer if x= -8Y = -3/4x +10 The waters of theSea have been reduced due to overuse forpurposes. is there a relationship between the relative age of stars in the number/identity of element is found within them What is a Conjunction?