solve for x b
(4x + 7)
(2x + 5)

can someone solve this for me
thank you in advance

Solve For X B(4x + 7)(2x + 5)can Someone Solve This For Me Thank You In Advance

Answers

Answer 1

Step-by-step explanation:

10x+1=12x-5

1+5=12x-10x

6=2x

6/2=2x/2

3=x


Related Questions

Bob's gift shop sold a record number of cards for Mother's Day. One salesman sold 42
cards, which was 4% of the cards sold for Mother's Day. How many cards were sold
for Mother's Day?
Multiply/scale up to solve.
cards
42
100
4
percent

Answers

Answer:

Bob sold 1,050 cards for Mother’s Day  

Step-by-step explanation:

11-4 skills practice areas of regular polygons and composite figures answers

Answers

The 11-4 skills practice areas of regular polygons and composite figures involve finding the areas of different geometric shapes using specific formulas and methods.

To find the area of regular polygons, you can use the formula (1/2) x apothem x perimeter.

For composite figures, you can break the shape into smaller, more manageable shapes like rectangles, triangles, or circles, and then calculate the area of each component before adding them together.

Hence, The 11-4 skills practice areas of regular polygons and composite figures teach you to find areas using the appropriate formulas and methods, improving your geometry understanding and problem-solving abilities.

learn more about polygons click here:

https://brainly.com/question/26583264

#SPJ11

Paul and his family are discussing how to pay for his college education. The cost of tuition at the college that Paul wants to attend is $9,000 per year. Paul’s parents will pay 85% of the tuition cost every year, and he will pay the rest. Paul has one year to save enough money to attend her first year of college. What is the minimum amount of money he should save every month in order to reach her goal?

Answers

Answer:

i think its 637

Step-by-step explanation:

Arrange the following lines to make a program that determines when the number of people in a restaurant equals or exceeds 10 occupants. The program continually gets the number of people entering or leaving the restaurant. Ex: 2 means two people entered, and -3 means three people left. After each input, the program outputs the number of people in the restaurant. Once the number of people in the restaurant equals or exceeds 10, the program exits. If an InputMismatchException exception occurs, the program should get and discard a single string from input. Ex: The input "2 abc 8" should result in 10 occupants. Not all lines are used in the solution.

Answers

Here is a possible program that meets the requirements: import java.util.Scanne imporjava.util.InputMismatchException; public class RestaurantOccupancy {
  public static void main(String[] args) {
     Scanner input = new Scanner(System.in);
     int occupancy = 0;
 

The program starts by importing the Scanner and InputMismatchException classes from the java.util package.

In the main method, we declare a Scanner object named input and an integer variable named occupancy initialized to 0.

The program enters a while loop that continues as long as the occupancy is less than 10. Inside the loop, we prompt the user to enter the number of people entering or leaving the restaurant, read the input as an integer using input.nextInt(), and store it in a variable named delta.

We then add delta to the occupancy variable to update the current occupancy, and print it to the console using System.out.println(). If an InputMismatchException is thrown (i.e., the user enters a non-integer value), we catch the exception, read the next token as a string using input.next(), and print an error message to the console.

Once the occupancy reaches or exceeds 10, the while loop exits, and we print a message indicating that the occupancy limit has been reached and the program is exiting.
Here is a step-by-step explanation for a program that meets the described requirements:

1. Import the necessary libraries:
```java
import java.util.Scanner;
import java.util.InputMismatchException;
```

2. Create a class and the main method:
```java
public class RestaurantOccupancy {
   public static void main(String[] args) {
```

3. Initialize the required variables and create a Scanner object for reading input:
```java
       int occupants = 0;
       int change;
       Scanner input = new Scanner(System.in);
```

4. Create a loop that continues until the number of occupants equals or exceeds 10:
```java
       while (occupants < 10) {
```

5. Use a try-catch block to handle the `InputMismatchException` exception:
```java
           try {
               change = input.nextInt();
               occupants += change;
               System.out.println("Number of people in the restaurant: " + occupants);
           } catch (InputMismatchException e) {
               input.next(); // Discard the invalid input
           }
```

6. Close the while loop, Scanner object, and the main method:
```java
       }
       input.close();
   }
}
```


       while (occupants < 10) {
           try {
      Learn more about java here : brainly.com/question/29897053

#SPJ11

Express 5 4/9 as a decimal.

Answers

Answer

look at the pic below

Step-by-step explanation:

Express 5 4/9 as a decimal.

how do you Multiply fractions? could you explain with a few examples?

Answers

The first step when multiplying fractions is to multiply the two numerators. The second step is to multiply the two denominators. Finally, simplify the new fractions. For example

\(\begin{gathered} \frac{2}{3}\cdot\frac{5}{6}=\frac{2\cdot5}{3\cdot6}=\frac{10}{18} \\ \text{ Now simplify} \\ \frac{10}{18}=\frac{2\cdot5}{2\cdot9}=\frac{5}{9} \\ \text{Then} \\ \frac{2}{3}\cdot\frac{5}{6}=\frac{5}{9} \end{gathered}\)

In other words, multiply linearly and simplify

If you have to multiply mixed fractions, first you transform the fraction from mixed to improper and then multiply, for example

\(\begin{gathered} 3\frac{1}{4}\cdot-\frac{8}{5}=\frac{3\cdot4+1}{4}\cdot-\frac{8}{5}=\frac{12+1}{4}\cdot-\frac{8}{5}=\frac{13}{4}\cdot-\frac{8}{5} \\ \text{ Apply the law of signs of the multiplication} \\ 3\frac{1}{4}\cdot-\frac{8}{5}=\frac{13}{4}\cdot-\frac{8}{5}=\frac{13\cdot-8}{4\cdot5}=\frac{-104}{20} \\ \text{Simplify} \\ \frac{-104}{20}=\frac{2\cdot-26}{2\cdot10}=\frac{-26}{10} \\ \text{Then} \\ 3\frac{1}{4}\cdot-\frac{8}{5}=\frac{-26}{10} \end{gathered}\)

The law of signs for multiplication is

\(\begin{gathered} +\cdot+=+ \\ +\cdot-=- \\ -\cdot+=- \\ -\cdot-=+ \end{gathered}\)

how do you Multiply fractions? could you explain with a few examples?

   Multiplying fractions starts with the multiplication of the given numerators, followed by the multiplication of the denominators. ...

   Example: Multiply the following fractions: 1/3 × 3/5.

   Solution: We start by multiplying the numerators: 1 × 3 = 3, then, multiply the denominators: 3 × 5 = 15.

F(X)=X A) Find The Linearization L(X) Of The Function F(X)=X At X=25.

Answers

Thus, the linearization of the function F(x)=x at x=25 is L(x) = x.

Given the function F(x)=x and we are to find the linearization L(x) of the function F(x)=x at x=25.

Linearization:

The linearization of a function f(x) at a point x=a is the approximation of the function by a line near the point (a,f(a)).

The linearization is a linear approximation of a function that is valid only for a small range of values of x. It is defined as:

L(x) = f(a) + f′(a)(x−a)where f'(a) is the derivative of f(x) at x=a.

To find the linearization L(x) of the function

F(x)=x at x=25, we need to calculate f(25) and f′(25).f(25)

= 25 (the function value at x=25)f′(25) = 1 (the derivative of the function with respect to x)

Therefore, L(x) = f(25) + f′(25)(x−25)

L(x) = 25 + (1)(x−25)L(x) = x

Since the function F(x)=x is already linear, the linearization L(x) is just the function itself.

Therefore, the linearization of the function F(x)=x at x=25 is L(x) = x.

Thus, the answer is:

Linearization is the linear approximation of a function that is valid only for a small range of values of x.

The linearization of a function f(x) at a point x=a is the approximation of the function by a line near the point (a,f(a)).

To find the linearization L(x) of the function F(x)=x at x=25, we need to calculate f(25) and f′(25). f(25) = 25 (the function value at x=25) and f′(25) = 1 (the derivative of the function with respect to x).

Therefore, L(x) = f(25) + f′(25)(x−25). L(x) = 25 + (1)(x−25). L(x) = x.

Since the function F(x)=x is already linear, the linearization L(x) is just the function itself.

To know more about Linear visit:

https://brainly.com/question/31510530

#SPJ11

Which equation describes a line parallel to y= 4x+ 5 through point (-2, 1)?​

Answers

Answer:

y= 4x + 9

Step-by-step explanation:

y= 4x+5

y= 4(x+ 5/4)

m, gradient= 4

rule if parallel: their gradients are equal

rule if perpendicular : m1*m2=-1

parallel gradient, m1=4

passes through (-2, 1) so x= -2,  y= 1

y - 1= 4(x -- 2)

y= 4x + 9

The line parallel to y= 4x+ 5 passing through point (-2, 1) is y = 4x + 9

Parallel Equations

The given equation is:

y = 4x + 5

Compare y = 4x + 5 with the equation y = mx + c

m = 4, c = 5

The equation parallel to y = 4x + 5 will also have a slope, m = 4

The point-slope form of the equation of a line is given as:

y - y₁ = m(x - x₁)

substitute m = 4, x₁ = -2 and y = 1 into the equation above

y - 1 = 4(x - (-2)

y - 1 = 4(x + 2)

y - 1 = 4x + 8

y = 4x + 8 + 1

y = 4x + 9

Therefore the line parallel to y= 4x+ 5 passing through point (-2, 1) is y = 4x + 9

Learn more on equation of a line here: https://brainly.com/question/13763238

3(3x+7)=3x+51
find x
for brainliest

Answers

Answer: x = 5

Step-by-step explanation: First distribute the 3 to get 9x +21 = 3x +51, then subtract 3x and 21 from both sides to get 6x = 30, and finally divide by 6 on both sides to get x = 5.

Hope this helps! :)

There are 15 trees in a backyard. If 20% of the trees are oak, how many oak trees are there ?

Answers

Answer:

3

Step-by-step explanation:

Take 20 % of the 15 trees in the backyard

.20 * 15

3

There are 3 oak trees in the backyard

Answer:

3

Step-by-step explanation:

divide 15 by 20% or you could just search it on googs ‍♀️

Mae Ling earns a weekly salary of $300 plus a 7.0% commission on sales at a gift shop. How much would she make in a work week if she sold $4,600 worth of merchandise?

She would make.. ______________

Answers

Answer: $622 in one work week.

Step-by-step explanation:

We need to start by multiplying $4,600 by 7% in order to calculate her commission sales prophets (=$322.0). It is given that her weekly salary is $300.

Add her sales prophet rewards ($322) to her given weekly salary income (300)

$322+$300= $622.0

A package weighs P pounds, P being a whole number. To ship this package by express costs $1.65 for the first five pounds and 12c for each additional pound. The total shipping cost was $3.45. How many pounds did the package weight

Answers

The total weight of the package was 20 pounds, given the total shipping cost was $3.45, using the total cost function, C(P) = 1.65 + 0.12(P - 5), where P is the weight of the package in pounds.

In the question, we are given that a package weighs P pounds, P being a whole number. To ship this package by express costs $1.65 for the first five pounds and 12c for each additional pound. The total shipping cost was $3.45.

We are asked for the package weight in pounds.

First, we design a general cost function.

The cost is given to be $1.65 for the first 5 pounds, and 12c for each additional pound.

The weight of the package is given to be P pounds.

We assume the total cost function to be C(P), a function of the weight of the package, P pounds.

Thus, the total cost function can be shown as the sum of $1.65 and 12c or $0.12 multiplied with (P - 5), as it is the cost for additional pounds after 5 pounds.

Thus, the total cost function, C(P) = 1.65 + 0.12(P - 5).

Now, we are given that the total shipping cost was $3.45.

Thus, to find the weight of the package, we equate the total cost function, C(P) to 3.45, to get:

1.65 + 0.12(P - 5) = 3.45,

or, 1.65 + 0.12P - 0.6 = 3.45,

or, 0.12P + 1.05 = 3.45,

or, 0.12P = 3.45 - 1.05,

or, 0.12P = 2.40,

or, P = 2.40/0.12 = 20.

Thus, the total weight of the package was 20 pounds, given the total shipping cost was $3.45, using the total cost function, C(P) = 1.65 + 0.12(P - 5), where P is the weight of the package in pounds.

Learn more about the total cost function at

https://brainly.com/question/25109150

#SPJ4

The International Space Station has 328 experiments in 15 different labs. What is the unit rate that
represents the amount of experiments in each lab? Round your answer to the nearest tenth.
a) 328 experiments per 15 labs
b) 21.8 experiments per lab
c) 49.2 experiments per lab
d) 21.9 experiments per lab

Answers

328 / 15 = 21.866
Rounded to nearest tenth is 21.9
So d.

A relative frequency table is made from data in a frequency table. Relative Frequency Table: A 4-column table with 3 rows. The first column has no label with entries likes A, B, total. The second column is labeled C with entries 20%, 32%, 51%. The third column is labeled D with entries g, 16%, 49%. The fourth column is labeled total with entries 53%, 47%, 100%. What is the value of g in the relative frequency table? Round the answer to the nearest percent. 25% 33% 63% 68% Mark this and return

Answers

The value of 'g' in the relative frequency table described above is 33%

From the relative frequency table described, the value of 'g' can be obtained thus:

A = g, B = 16%, total = 49%.

A + B = g + 16% = 49%

To obtain g :

g + 16% = 49%

g = 49% -16% = 33%

Therefore, the value of 'g' in the relative frequency table would be 33%

Learn more on frequency tables :https://brainly.com/question/27820465

#SPJ1

What is the volume of a spherical water balloon with a radius of 3 inches?

What is the volume of a spherical water balloon with a radius of 3 inches?

Answers

Answer:

volume of a spherical water balloon=4/3πr³=4/3×π×3³=36π or 113.14in³

the sales tax rate is 5%, if Kayden buys the digital camera priced at $837.41 how much tax will he pay round your answer to the nearest cent​

Answers

Answer:

$41.87

Step-by-step explanation:

$837.41×0.05=$41.8705 or $41.87

the taxes will be $41.87

O No; there are y-values that have more than one x-value.
• No; the graph fails the vertical line test.
• Yes; the graph passes the vertical line test.
Yes; there are no y-values that have more than one x-value.

O No; there are y-values that have more than one x-value. No; the graph fails the vertical line test.

Answers

The graph meets the vertical line test requirement, it must represent a function (C) The vertical line test shows that the graph is correct, hence the answer is yes.

How do functions work?

According to the function, every value in the domain is associated to exactly one value in the range, and they have a predefined domain and range. It is characterized as a certain kind of relationship.

Please refer to the image instead of the graph, which is related to it.

The graphic displays a graph.

A parabola is seen on the graph.

The vertical line test determines if a graph can be a function, as is common knowledge.

The graph passes the vertical line test option, indicating that it does in fact represent a function (C) The vertical line test shows that the graph is correct, hence the answer is yes.

To know more about function, visit

brainly.com/question/5245372

#SPJ1

Multiply the following complex numbers:
(8 - 3i)(6 + 5i)
A. 33 + 221
B. 33 - 221
C. 63 + 221
O D. 63 - 221

Answers

Answer:

63+22i

Step-by-step explanation:

(8 - 3i)(6 + 5i)

FOIL

first: 8*6 = 48

outer: 8*5i = 40i

inner: -3i* 6 = -18i

last: -3i*5i = -15 i^2 = -15(-1) = 15

Add together

48+40i -18i +15

Combine like terms

63+22i

the last digit of the heights of statistics students were obtained as part of an experiment conducted for a class. use the following frequency distribution to construct a histogram. what can be concluded from the distribution of the​ digits? specifically, do the heights appear to be reported or actually​ measured?

Answers

The frequency distribution of the digits indicates that the heights were reported rather than actually measured. This is because the frequency of the digits is not evenly distributed, which would be expected for a set of actual measurements.

Frequency Distribution:

Digit Frequency

0 3

1 5

2 9

3 5

4 3

5 4

6 4

7 4

8 2

9 1

From the distribution of the digits, it appears that the heights were reported rather than actually measured. This is because the frequency of the digits is not evenly distributed, which would be expected for a set of actual measurements.

The frequency distribution of the digits indicates that the heights were reported rather than actually measured. This is because the frequency of the digits is not evenly distributed, which would be expected for a set of actual measurements. For example, the frequency of the digit '2' is more than twice as high as the frequency of the digits '1' and '3', which is not likely to occur in a set of actual measurements.

Learn more about distribution here

https://brainly.com/question/5637942

#SPJ4

The inverse of y = 2x + 2 is

Answers

Answer:

(x - 2) / 2

Step-by-step explanation:

x = 2y + 2

2y = x - 2

y = (x - 2) / 2

Answer: (x-2)/2

Step-by-step explanation:

edg

2y^2-5y=12. can someone help me solve the quadratic equation using the quadratic formula.

Answers

Answer:

y = 4 y = -3/2 = -1.5

Step-by-step explanation:

According to quadratic formula:

y = - b  ±  √ b²- 4ac / 2a

y = - (-5) ± √ -5²- 4(2x-12) / 2(2)

y = 5 ± √ 25 - 4(-24) / 4

y = 5 ± √ 25 - (-96) / 4

y = 5 ± √ 121 / 4

y = 5 ± √ (11)² / 4

y = 5 ± 11 / 4

Now either,

y = 5 + 11 / 4

y = 4

Or,

y = 5 - 11 / 4

y = -3/2 = -1.5

At her brother’s birthday party, Lisa ate 80 pretzels, or 20% of a bag.

A tape diagram. Lisa ate 20 percent out of 100 percent of a bag of pretzels. She at 80 pretzels out of question mark in the bag of pretzels.

What steps should be used to find how many pretzels were in the whole bag? Check all that apply.
20 × 4 = 80
20 + 60 = 80
100 × 4 = number of pretzels in the bag
100 + 60 = number of pretzels in the bag
100 × 4 = 400 pretzels
100 + 60 = 160 pretzels

At her brothers birthday party, Lisa ate 80 pretzels, or 20% of a bag.A tape diagram. Lisa ate 20 percent

Answers

Answer:

A, 20 × 4 = 80

C, 100 × 4 = number of pretzels in the bag

E, 100 × 4 = 400 pretzels

I hope this helps.

What is a value chain ?

Answers

How Do Value Chains Work?

From the beginning of a product's design until the time it reaches a customer's door, there are a number of sequential phases that make up its value chain. The value-adding steps of the production process, such as sourcing, manufacturing, and marketing, are all identified by the chain.

An organization evaluates the specific processes involved in each stage of its operation to do a value-chain analysis. In order for a business to produce the most value at the lowest cost, a value-chain analysis aims to increase production efficiency.

To learn more about Value Chains click here:

brainly.com/question/13439824

#SPJ4

What are the solutions of the equation (x 2)2 – 2(x 2) – 15 = 0? use u substitution to solve.

Answers

The solution of the equation is x=3 or x=-5.

Given that the equation is (x+2)²-2(x-+2)-15=0 and use u substitution method to solve.

Let's assume that the (x+2)=u.

The given equation is rewritten as u²-2u-15=0.

Factorize the quadratic equation by adding or subtracting two number that gives the sum of -2u and product 15u² as

u²-5u+3u-15=0

u(u-5)+3(u-5)=0

Taking out (u-5) as common and get

(u-5)(u+3)=0

Compare each equation with 0 and get

u-5=0 or u+3=0

u=5 or u=-3

Performing back substitution by substituting the values of u in x+2

when u=5 then x is

x+2=5

x=3

And when u=-3 then x is

x+2=-3

x=-5

Hence, the solutions of the (x+2)²-2(x-+2)-15=0 is x=3 and x=-5.

Learn about the substitution here brainly.com/question/12802700

#SPJ4

Answer:X=-5 and X=3

Step-by-step explanation:

How to graph y=x^2+6x+7 on a quadratic graph​

How to graph y=x^2+6x+7 on a quadratic graph

Answers

The graph of the function y = x²+ 6x + 7 is given in the attachment.

To graph the quadratic function y = x²+ 6x + 7:

Find the vertex using the formula -b/(2a), where a is the coefficient of x²and b is the coefficient of x.

The vertex will be at (-3, -2).

Plot the vertex (-3, -2) on the graph.

Choose additional x-values and calculate the corresponding y-values by substituting them into the equation.

Plot these points on the graph.

Connect the plotted points smoothly to form a U-shaped curve, which represents the parabola.

To learn more on Graph click:

https://brainly.com/question/17267403

#SPJ1

How to graph y=x^2+6x+7 on a quadratic graph

Plz can someone help me with this problem thank you

Plz can someone help me with this problem thank you

Answers

Step-by-step explanation:

sorry ..i dont know the answer for this question

A line is drawn along the top side of a square

A line is drawn along the top side of a square

Answers

a: the answer to the question

both physical and mental labour are important in the development of Civilization express in 300 words​

Answers

Answer:

Civilization refers to a well-organized and highly cultural urban society. Urban living is based on people's freedom of self-realization, specialization and a self-organizing market economy. It has also been defined as a society where agriculture and handicrafts have developed, social strata have developed, cities and the state have emerged, writing is known and high-quality literary and artistic works are created.

The first civilizations emerged in the region of Mesopotamia, approximately 6000 years ago. For the development of these it was eminently necessary that individuals had developed cognitive and physical capacities that allowed them a correct cultural assimilation with respect to their peers, and also a correct relationship between them without the development of conflicts.

In addition, a large amount of physical and mental work was required for the development of the organization of these civilizations, both at the infrastructure level and their ideological development.

which set of ordered pairs represents a function? {100 POINTS} HURRY PLS

which set of ordered pairs represents a function? {100 POINTS} HURRY PLS

Answers

Answer:

The answer is choice B

Step-by-step explanation:

So basically what's going on is that to be a function, the ordered pairs must not have the same x values. With that, it is pretty obvious choice B is correct. Please give brainliest would appreciae thanks!

Answer:

Option B

Step-by-step explanation:

As per definition of function

A relation is called to be a function if every domain of the relation has an unique range

or

f(x)=y

where x is domain and y is range

Here

f(0)=0f(1)=2f(2)=4f(3)=4

Hence it's a function

A KIDZ society started a campaign "Plant the Plants " . They bought 750 saplings and wanted to arrange the maximum possible number of 750 saplings in a ground such that the number of rows is equal to the number of saplings in each row .Find the number of rows if 21 saplings were left out after the rearrangement .

Answers

Answer:

Three are 27 rows of saplings

Step-by-step explanation:

Since 21 saplings were left out of 750 saplings, the number of saplings arranged will be 750 -21 = 729 saplings

We were told that the number of saplings arranged per row is equal the number of rows

So let’s say the number of saplings arranged per row is x

Automatically, the number of rows too will be x

So the total number of saplings arranged will be;

x * x = x^2

This is equal to 729

x^2 = 729

x^2 = 27^2

Since power is equal, equate the base

This means that x = 27

Other Questions
Please help!!! I will greatly appreciate it. social media is the use of information technology to support the sharing of content among networks of users. true false How would one prove that:[tex]arctan x + arctan( \frac{1}{x} ) = \frac{\pi }{2}[/tex]what would happen if x < 0? What mischief does the speaker do? a car averages 35 miles per gallon of gasoline. how many liters of gasoline will be needed for a trip of 450 km? some conversion factors which may be helpful are the following: Find Surface Area from triangle rectangle : 1) The purpose of this passage is to A) help employees stay safe on the job. B) show employees how to fulfill orders. C) persuade the reader to work at Caits Caf. D) tell readers the benefits of eating at the caf. 2) ] What should you do FIRST when restocking the stockroom? A) Make sure the ladder clicks into place. B) Push bags to the back of the shelves. C) Take the ladder down from the wall. D) Check the bags for any damage. 3) Which organizational pattern does the author use in this passage? A) process order B) cause and effect C) chronological order D) compare and contrast 4) Which sentence states the THEME of this passage? A) Teamwork makes any task more enjoyable. B) Safety is an important part of the job. C) Customer satisfaction is our main concern. D) Employees must fulfill orders as fast as possible. 5) You are restocking the shelves at Cait's Cafe. What happens if you forget to push the bags all the way to the back of the shelf? A) They could rip open. B) They could fall off the shelf. C) The contents could become stale. Alex Meir recently won a lottery and has the option of receiving one of the following three prizes: (1) $80,000 cash immediately, (2) $29,000 cash immediately and a six-period annuity of $8,700 beginning one year from today, or (3) a six-period annuity of $16,200 beginning one year from today. (FV of $1, PV of $1, FVA of $1, PVA of $1, FVAD of $1 and PVAD of $1)(Use appropriate factor(s) from the tables provided.)1.Assuming an interest rate of 6%, determine the present value for the above options. Which option should Alex choose?2.The Weimer Corporation wants to accumulate a sum of money to repay certain debts due on December 31, 2027. Weimer will make annual deposits of $155,000 into a special bank account at the end of each of 10 years beginning December 31, 2018. Assuming that the bank account pays 7% interest compounded annually, what will be the fund balance after the last payment is made on December 31, 2027? Which best explains how thermal energy is transferred when someone holds a hand above a fire?A) It is transferred by conduction and radiation B) It is transferred by only convection.C) It is transferred only by conductionD) It is transferred by convection and radiation.THE CORRECT ANSWER IS D.#edge2021 About how fast do sound waves travel through the air? What is the advantage of "soft money" for political campaigns?a It comes from foreign governments.b It is funded by the government.c It is not regulated.d It is not taxed.by the way i dont think this is law but i dont know what to put it under According to the authors, which civil liberty do both of these programs violate? How? Write a polynomial quation with integer coefficients that has the given roots. Y=0, y=3, y=-1 Write a paragraph on how you spent your vacation MPI Incorporated has $6 billion in assets, and its tax rate is 25%. Its basic earning power (BEP) ratio is 12%, and its return on assets (ROA) is 7%. What is MPI's times-interest-earned (TIE) ratio? Do not round intermediate calculations. Round your answer to two decimal places Choose the sentence that shows the correct usage of commas. To help with the task even friends and neighbors join in the hunt.A.To help with the task even friends, and neighbors join in the hunt.B.To help with the task, even friends, and neighbors join in the hunt.C.To help with the task, even friends and neighbors join in the hunt. helpppppppppppppp !!!!!!!!!!!! match each type of acquired immunity of the top with its associated example on the bottom 1. artificially acquired passive immunotherapy 2. naturally acquired active immunotherapy 3. naturally acquired passive immunotherapy 4. artificially acquired active immunotherapy a) production of ige in response to pollen. b) acquisition of maternal antibodies in breast milk c) administration of tetanus toxoid d) administration of antibody 1. What was the worst year of the Vietnam war in terms of casualties? which of the following is not a step in the fair risk management framework