Ok so I'll demonstrate in programming language python.
import math
def circle():
r = float(input("Enter r: "))
a = math.pi * r ** 2
print("Area of circle with r = {0} is {1
}cm2".format(str(r), str(a))
circle()
Answer:
x = -5 and x+1( consecutive integer) = -4
obviously x is smaller than the next integer
Step-by-step explanation:
Let the first integer be x
hence the consecutive integer is x +1
according to the give condition
x + 6(x + 1) = -29
x + 6x + 6 = -29
7x = -29 -6
7 x = -35
x = -35/7
x = -5
x + 1 = -5 + 1 = -4
GOOD LUCK FOR THE FUTURE! : )
Step-by-step explanation:
The invention of the microscope allowed human to observe plant and animal cells, and as the technology advanced, scientists have been able to gain more knowledge about these different types of cells. This shows that advancements in technology has paralleled the understanding and knowledge we have about these cells.
Answer:
Step-by-step explanation:
There are six faces on the prism:
Two faces are 7 cm by 10 cm, area = 7×10 = 70 cm² each
Two faces are 7 cm by 3 cm, area = 7×3 = 21 cm² each
Two faces are 10 cm by 3 cm, area = 10×3 = 30 cm² each
surface area = 2(70) + 2(21) + 2(30) = 140 + 42 + 60 = 242 cm²