1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
murzikaleks [220]
3 years ago
12

Write a function called circle that takes a scalar input r. it needs to return an output called area that is the area of a circl

e with radius r and a second output, cf that is the circumference of the same circle. you are allowed to use the built-in function pi. in fact, you need to use it to get the value of π as accurately as possible.
Mathematics
1 answer:
Aliun [14]3 years ago
8 0
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()
You might be interested in
What is greater 1/5 , 1/4 , or 1/3
olya-2409 [2.1K]
1/3 is greater than 1/5 and 1/4.
5 0
3 years ago
Read 2 more answers
Does the point given below occur on the line shown. Can you show the work please
Aneli [31]
No it doesn't. 2*0.5 + 5*0 = 1, not 19
5 0
3 years ago
Use the given information to determine if the geometric series converges or
lana66690 [7]

Answer:

c) The series diverges. There is no sum.

Step-by-step explanation:

A geometric series is a series of the form:

S = \Sigma_{i=0}^{n} a\cdot r^{i}, \forall i \in \mathbb{N}_{O}

Where:

a - First term of the series, dimensionless.

r - Common ratio, dimensionless.

A geometric series converges only if |r| < 1. As r > 1, the geometric series diverges. Hence, the right answer is C.

8 0
3 years ago
Which expression is equivalent to 3^4x3^-9<br><br>​
WARRIOR [948]

i really hope this helps

7 0
3 years ago
What is the media for my test pls help me and I’m new to this app
zloy xaker [14]

Answer:

17

Step-by-step explanation:

3 0
3 years ago
Read 2 more answers
Other questions:
  • Find the value of x. Round to the nearest tenth.
    5·1 answer
  • THE FUNCTION ARCSINE CAN ALSO BE DEFINED AS?
    11·1 answer
  • Which literal equations are equivalent to B=A/h ?
    10·1 answer
  • What's the answer ?????
    14·1 answer
  • In the diagram below, ABC - DEC. What is the value of x?<br> A 5<br> B. 3<br> C. 6<br> D. 4<br>​
    5·1 answer
  • Simplify completely''''​
    10·1 answer
  • Help plz assap with these 4 questions :(:)))
    11·2 answers
  • I will give brainliest and snap to whoever can help me(;´༎ຶٹ༎ຶ`)
    12·1 answer
  • Anyone else wanna talk? or be friends?
    7·1 answer
  • 39+40+41+42+...+133+134 find the sum
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!