FRACTION- Decimal Riddles
Choose from the given options:
1. I am more than a half
I'm not equivalent to three- quarters
I have an odd number of hundreds
Who am I _____
2. I'm less than three quarters
I'm not equivalent to a quarter
I'm more than four tenths
I ve an even number of tenths
Who am I ___
A)0.32 B)0.8 C)0.25 D) 0.41 E)0.75 F)0.59
Answers
Answered by
0
Answer def difference(a, b):
if a>b:
return a-b
return b-a
for i in range(10, 80):
if i % 2 != 0 and i % 7 == 0 and difference(int(str(i)[0]), int(str(i)[1])) == 1:
print(i) print([x for x in range(7,80,14) if (abs((x//10)-(x%10))==1) and x%2!=0])
Make me as brainliest
Answered by
0
Answer
1.0/5
0
author_link
shanu5visiyait
Answer def difference(a, b):
if a>b:
return a-b
return b-a
for i in range(10, 80):
if i % 2 != 0 and i % 7 == 0 and difference(int(str(i)[0]), int(str(i)[1])) == 1:
print(i) print([x for x in range(7,80,14) if (abs((x//10)-(x%10))==1) and x%2!=0])
Make me as brainliest
Similar questions