44By how much is 8; greaterthan 57141B. 23/22AC СD. Posted on October 23, 2021 By Yash797 4 Comments on 44By how much is 8; greaterthan 57141B. 23/22AC СD. 44By how much is 8; greaterthan 57141B. 23/22AC СD. Health
No 2/3 is not greater than 5/7Step-by-step explanation:To find the greater number see below.First, we need to find the LCM of denominators(3 and 7)= LCM of 3 and 7 = 21= 2 × 7 = 14, 3 × 7 = 21= 5 × 3 = 15, 7 × 3 = 21Now, we can easily identify that which number is larger.2/3 is equal to 14/21, and 5/7 is equal to 15/21.So, here 14/21 is not greater than 15/21.So, 2/3 is not equal to 5/7.Reply
try thisExplanation:def SieveOfEratosthenes(n): prime = [True for i in range(n+1)] p = 2 while (p * p <= n): if (prime[p] == True): for i in range(p * p, n+1, p): prime[i] = False p +=1 c=0 for p in range(2, n): if prime[p]: print(p," ",end=" ") c=c+1 if(c==10): print("") c=0n= 1000print("prime number between 2 to 999 as determined by seive of eratostenee ")SieveOfEratosthenes(n)Reply
yes 2/3 is greater than 5/7Step-by-step explanation:beacuse when it says 2/3 i mean 2 out of 3and when it says 5/7 it mean the same thingso i kinda use this method i dont know if u will like it thoso I just do this 3-2= 15-7 = 2which number is leastest thats the greater one.i hope it help 🙂Reply
No 2/3 is not greater than 5/7
Step-by-step explanation:
To find the greater number see below.
First, we need to find the LCM of denominators(3 and 7)
= LCM of 3 and 7 = 21
= 2 × 7 = 14, 3 × 7 = 21
= 5 × 3 = 15, 7 × 3 = 21
Now, we can easily identify that which number is larger.
2/3 is equal to 14/21, and 5/7 is equal to 15/21.
So, here 14/21 is not greater than 15/21.
So, 2/3 is not equal to 5/7.
CC
Explanation:
try this
Explanation:
def SieveOfEratosthenes(n):
prime = [True for i in range(n+1)]
p = 2
while (p * p <= n):
if (prime[p] == True):
for i in range(p * p, n+1, p):
prime[i] = False
p +=1
c=0
for p in range(2, n):
if prime[p]:
print(p," ",end=" ")
c=c+1
if(c==10):
print("")
c=0
n= 1000
print("prime number between 2 to 999 as determined by seive of eratostenee ")
SieveOfEratosthenes(n)
yes 2/3 is greater than 5/7
Step-by-step explanation:
beacuse when it says 2/3 i mean 2 out of 3
and when it says 5/7 it mean the same thing
so i kinda use this method i dont know if u will like it tho
so I just do this
3-2= 1
5-7 = 2
which number is leastest thats the greater one.
i hope it help 🙂