Lets call the 5 litre jug as jug A and 3 litre jug as jug B. Now, follow the steps:
Fill jug A completely. Now it contains 5 litres.
Slowly pour the water from jug A to jug B until jug B is completely filled. Now, jug A contains 2 litres and jug B contains 3 litres.
Throw away the water in jug B so that it is completely empty. Now, jug A contains 2 litres and jug B is empty.
Transfer the water from jug A to jug B. Now, jug A is empty and jug B contains 2 litres.
Fill jug A completely. Now, jug A contains 5 litres and jug B contains 2 litres.
Transfer water from jug A to jug B until jug B is completely filled. Now, jug A contains 4 litres and jug B contains 3 litres.
Now you have 4 litres of water in jug A.
65292
FLRIHO=cooler
36,20
1
10 a.m.
Put a= 4, b = 2 in the equation and multiplying by 2/2 then you will get same value in right hand side. It mean a is 2a which mean b<a
perimeter of rectangle = 2(l+b)
given l abd b as 18 cm and 26 cm
therefore perimeter of rectangle = 2(44)
perimeter of circle = 2*pi*r
given 2*pi*r=2(l+B)
i.e, 2*(22/7)*r= 2(44)
(22/7)*r=44
r=14 cms
area of the circle = pi*r*r
=(22/7)*14*14
=616 sqcm is the answer
39/50
4
Answer: 3121 gold coins
Let total no of coins be M
Let the disbursement D to each son:
D1 = 1 + (M – 1)/5 = (M + 4)/5
D2 = 1 + ( M – D1 -1)/5 = (D1) * 4/5
D3= (D2) * 4/5
D4= (D3) * 4/5
D5= (D4) * 4/5
Total disbursements to sons=
= ∑D= (M+4)*1/5[ 1+4/5+(4/5)(4/5)+ (4/5)(4/5)(4/5)+(4/5)(4/5)(4/5)(4/5) ]
= (2101/3125)*(M+4)
Thus balance left for daughters =M-{(2101/3125)*(M+4)}
=(1024M-8404)/3125
This balance should be a positive integer ( assuming M and all disbursements are full coins )
Thus 1024M-8404 should be a multiple of 3125….so….
1024M – 8404 = N*3125 where N is an integer
Using Python code:
n=int(input(“Enter num n: “))
X=int()
a=int()
a=0
X=’ ‘
for a in range(0,n+1):
a=a+1
X= (3125*a + 8404)/1024
if (3125*a + 8404)% 1024== 0:
print(X,a)
Enter num n: 10000
3121.0 1020
6246.0 2044
9371.0 3068
12496.0 4092
15621.0 5116
18746.0 6140
21871.0 7164
24996.0 8188
28121.0 9212
We get minimum value of N = 1021 and M = 3121 gold coins
1/4E(E decreses by 4 times)
24.
exp: 0 is formed by multiplying 5 with 2. so first we find
how many 5’s and 2’s are there in 100!.
No of 5’s : 100/5=20/5=4/5.
20 +4 =24.
No of 2’s : 100/2=50/2=25/2=12/2=6/2=3/2=1/2.
50 +25 +12 +6 +3 +1.
It has 24 5’s and 2’s.
so the no. of zeros=24.