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:
messages me i will explain how to solve if i can
SOLUTION:
Let whole number = x
x + 2x^2 = 21
2x^2 + x - 21 = 0
2x^2 + 7x - 6x - 21 = 0
x ( 2x + 7 ) - 3 ( 2x + 7 ) = 0
( 2x + 7 ) ( x - 3 ) = 0
2x + 7 = 0
2x = - 7
x = - 7 / 2
OR
x - 3 = 0
x = 3
ANSWER:
Therefore, as 3 is a whole number while - 7 / 2 isn't a whole number, the whole number must be 3.
Hope this helps! :)
Have a lovely day! <3
To determine if a line is perpendicular to another, you must first determine the slope...
m = y1-y2/x1-x2
m of FK = 3-5/3-6 = -2/-3 = 2/3
m of FJ = 3-2/3-8 = 1/-5
m of FL = 3-0/3-5 = 3/-2
m of KJ = 5-2/6-8 = 3/-2
m of KL = 5-0/6-5 = 5
m of JL = 2-0/ 8-5 = 2/3
In order for two lines to be perpendicular, their slopes must be opposite reciprocals...
FK is perpendicular to FL
FK is perpendicular to KJ
JL is perpendicular to FL
JL is perpendicular to KJ
FJ is perpendicular to KL