Answer:
A, C, D, F
Step-by-step explanation:
Given the expression : (3/5)³
Recall :
a^b where, a = base ; b = exponent
In ; (3/5)^3
Base = 3/5 ; exponent = 3
Similarly ;
a^b = a in b places
(3/5)^3 = (3/5) * (3/5) * (3/5)
(3/5) * (3/5) * (3/5) = (3*3*3) / (5*5*5) = 27/125
Hence, A, C, D and F are all correct
Answer:
18/4
Step-by-step explanation:
4x -3 = 15
4x = 15+3
4x = 18
x = 18/4
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
Answer:
Measure of minor angle JOG is 
Step-by-step explanation:
Consider a circular track of radius 120 yards. Assume that Cherie starts from point J and runs 200 yards up to point G.
.
Now the measure of minor arc is same as measure of central angle. Therefore minor angle is the central angle
.
To calculate the central angle, use the arc length formula as follows.
Where
is measured in radian.
Substituting the value,
Dividing both side by 120,
Reducing the fraction into lowest form by dividing numerator and denominator by 40.
Therefore value of central angle is
, since angle is in radian
Now convert radian into degree by using following formula,

So multiplying
with
to convert it into degree.

Simplifying,

So to nearest tenth, 
Answer:The answer is B
Step-by-step explanation:
first find te height:
1.5/2=0.75 (this will be your "b" of the pythagorean theorem for finding the height)
now do the pythagorean theorem:
a^2+0.75^2=3^2
(height)= 2.905
A= a^2+2a√((a^2/4)+h^2)
a (base edge)= 1.5
h (height)= 2.905
Calculate and you get B as your answer.
Hope this elpsand you get this right!