Answer:
15% & 3/20
Step-by-step explanation:
convert decimals to % by multiplying by 100
.15 * 100 = 15%
15/100
simplify
3/20
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: 364.7 pounds
Step-by-step explanation: Multiply the number of kilograms, 165, by the number of pounds per kilogram, 2.21.
165 x 2.21 = 364.65
Round to the nearest tenth.
364.7 pounds in 165 kilograms.
Answer:
Option (4)
Step-by-step explanation:
Given : XZ ≅ DF and ∠X ≅ ∠D
To prove : ΔXYZ ≅ ΔDEF
Statements Reasons
1). XZ ≅ DF 1). Given
2). ∠X ≅ ∠ D 2). Given
3). XY ≅ DE 3). Required information
4). ΔXYZ ≅ ΔDEF 4). By SAS property of congruence
Therefore, Option (4) will be the answer.