C - 2.3= -5.1 i need a answer fast

Answers

Answer 1
Answer: The answer is -2.8. You move the -2.3 onto the other side of the equal sign, making in positive, then add it to the negative -5.1. That means -5.1+2.3= -2.8!

Related Questions

Question 2 Unsaved Simplify. 3c812c12
A diver is 5 feet above the surface of a pool. If his position can be recorded as 5 feet , what would the position of 0 represent
In the first quadrant you start at (6, 10) and move 6 units right and 4 units down what point will you end up with
the price of fruit acid 1.65 for 11 ounces. Fruit B costs 2 cents more per ounce. What is the cost of 16 ounces of fruit B?
How many 3/4 inch strips for caulk to cover 10 1/2 inches

Short-term classes: Does taking a class in a short-term format (8 weeks instead of 16 weeks) increase a student’s likelihood of passing the course? For a particular course, the pass rate for the 16-week format is 59%. A team of faculty examine student data from 40 randomly selected accelerated classes and determine that the pass rate is 78%. Which of the following are the appropriate null and alternative hypotheses for this research question?a.H0: p = 0.59; Ha: p ≠ 0.59
b.H0: p = 0.59; Ha: p > 0.59
c.H0: p = 0.78; Ha: p ≠ 0.78
d.H0: p = 0.78; Ha: p > 0.59

Answers

Answer:

Option b

Step-by-step explanation:

Given that For a particular course, the pass rate for the 16-week format is 59%. A team of faculty examine student data from 40 randomly selected accelerated classes and determine that the pass rate is 78%.

we have to find whether  taking a class in a short-term format (8 weeks instead of 16 weeks) increase a student’s likelihood of passing the course

Since pass rate for 16 weeks is 59% we check whether for 8 weeks is more than this.

So correct null and alternative hypotheses for this research question

would be:

b.H0: p = 0.59; Ha: p > 0.59

Option b is right.

Write code to complete doublepennies()'s base case. sample output for below program: number of pennies after 10 days: 1024 note: these activities may test code with different test values. this activity will perform three tests, with starting pennies = 1 and userdays = 10, then with starting pennies = 1 and userdays = 40, then with startingpennies = 1 and userdays = 1. see how to use zybooks. also note: if the submitted code has an infinite loop, the system will stop running the code after a few seconds, and report "program end never reached." the system doesn't print the test case that caused the reported message.

Answers

answer with coding and answer is attached in word file below

The doublePennies() function is an illustration of a recursive function in Java

How to complete the doublePennies() function?

The base case of the doublePennies() function is that:

When the number of days is 0, then the total available pennies is the same as the total number of pennies.

The algorithm of the above highlight is:

if numDays equals 0 then

    totalPennies = numPennies

Using the above algorithm, the complete base case is:

if(numDays == 0){

       totalPennies = numPennies;

}

Read more about Java programs at:

brainly.com/question/15245185

Suppose Jesse won five bags of eight goldfish use math you know to represent the problem and find the number of goldfish Jesse won

Answers

Answer:

40

Step-by-step explanation:

5(8) = x

use 5 as bags and use 8 as number of goldfish

then times the 2 number

What is the greatest common factor of 12 and 90?

Answers

The first step to find the gcf of 12 and 90 is to list the factors of each number. The factors of 12 are 1, 2, 3, 4, 6 and 12. The factors of 90 are 1, 2, 3, 5, 6, 9, 10, 15, 18, 30, 45 and 90.  So the greatest common factor is 90 Buddy.

What’s the correct answer for this?

Answers

Answer:

P=19.2 ft

Step-by-step explanation:

ACCORDING TO THE THEOREM,

BC=2(DE)

So BC =2(3.2)

BC=6.4 ft

Now

AB=2(EF)

AB=2(4)

AB=8 ft

Now

AC = 2(DF)

AC= 2(2.4)

AC=4.8 ft

Now we're gonna find the perimeter which is sum of all sides

Perimeter=4.8+8+6.4

P= 19.2 ft

Answer:

c

Step-by-step explanation:

Kenny reads 56pages in 23minutes, How many pages per 1 minute?

Answers

56/23= 2.43 or 2 pages per 1 minute