Divide 45 by 5. The answer would be 9.
The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4
True.
7/12 is greater than 4/12.
Have a wonderful day! :)
The length, width, and area will be 25m, 15m, and 375m².
<h3>How to calculate the area?</h3>
From the information given, the scale in the drawing is 2cm : 5m and the length and width are given as 10cm and 6cm respectively.
Length = 10cm = 10 × 2.5 = 25m
Width = 6cm = 6 × 2.5m = 15m
Area = Length × Width
Area = 25 × 15
Area = 375m²
Therefore, the area is 375m².
Learn more about area on:
brainly.com/question/25292087
#SPJ1