X + 1 < 5
x < 5 - 1
x < 4
u basically solve it like equations except for one important rule....with inequalities, when u multiply/divide by a negative number, the inequality sign changes directions. But we didn't have to deal with that rule in this particular problem
1. It is 84.
x=100%
63=75%
(63*100)/75=84
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:
200,000
Step-by-step explanation:
To find how many times smaller is smaller number than greater number, divide greater number by smaller number.
Greater number
Smaller number
Then
Yes it’s a rectangle because the diagonals bisect each other, and they are equal in length.