(T-P)-(U-Q)-(V-R)-(W-S)
S Opposite is Q
U sits the P and Q
12
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
North-east
these are question tht are seem to be like it consumes
time. so dont see jus the question and run to the next .
ans. a) 12
if 9 balls are added then the ratio to the combination
becomes 2:4:3.
9 balls make the ratio 3 for grey balls in tht mixture.
so the factor is 9/3 = 3 (in tht mixture)
so the same factor has to be maintained through out the
ratio. so black balls is 4 * 3 = 12 and white balls is 2 *
3 = 6.
answer is 12
bcoz
there are 36 people and atmost he can shake for 3 people so
36/3=
12
democrate=1008
F – Murderer
G – Victim
H – Judge
M – Police
C – Witness
W – Hangman
7770-7077=693
Calculation:
⇒ If 1000 divided by 112, the remainder is 104. ⇒ 112 – 104 = 8 ⇒ If 8 is added to 1000 it will become the smallest four-digit number and a multiple of 112. ⇒ 1000 + 8 = 1008 ∴ The required result will be 1008.
40
1.5
50 each
3x -y = 100
4x-2y = 100
I solve it as the 280m train being stationary… and the 120m train moving at (42+30) = 72kph…. or 20mps
The front of the train will have to go 280m to pass the stationary train plus another 120m for the backs to clear… that is 400m in all.
The time to travel 400m at 20mps is 20secs
10000*8:10000*12
2:3
5x=25000
x=5000
p:q
10000:15000
1min = 60 seconds
6 min=6*60=360seconds
4 sec=10
360sec=360*10 /4=900
10%
@ Aprameya Shyam
length=x does not imply breadth=36-x
2x+4y=36.
3 possible answers are
(2,8) -> 16sqcm.
(4,7) -> 28sqcm.
(6,6) -> 36sqcm