Kxoo
Kxoo Kxoo
  • 01-10-2021
  • Mathematics
contestada

A=1/2bh, solve for b

Respuesta :

CandyRose CandyRose
  • 01-10-2021
Answer: b=2A/h.

First, multiple both sides of the equation (A=1/2bh) by 2. You should be left with bh=2A.

Divide both sides of the equation by h. You should be left with b=2A/h.

Hope that helped!
Answer Link

Otras preguntas

Neurons are highly specialized cells that have lost the ability to divide. What phase are neurons in? A) Telophase B)G0 phase C)Anaphase D)Meiosis II
I don't understand help!
who was the french philosopher and writer who criticized injustices in religion and politics and believed people should be free to use their reason and make up
What the value of x and y are?
solve (x+2) 2 = (x+y) 2 =x 2 +2xy+ y 2 and (x−3) 3 = (x−y) 3 =x 3 −3 x 2 y+3x y 2 − y 3
Which of these phrases from Elizabeth Bishop's poem "The Fish" most shows that the fish has lived a long time? A.rags of green weed hung down B. sha
What is the distance BC between the two horizontal parallel bars? 4 divided by cos 45 degrees 4 sin 45° 4 divided by tan 45 degrees 4 tan 45°
41>6m-7 HALLPP PLS IDK WHAT THIS
Percent Increase and Decrease question #10: From 84 seconds to 8 seconds
What is sum after the following loop terminates? int sum = 0; int item = 0; do { item ; sum = item; if (sum > 4) break; } while (item < 5);