- West windsor - plainsboro regional school district General Aptitude Interview Questions
- West windsor - plainsboro regional school district Trainee Interview Questions
- West windsor - plainsboro regional school district Personal Questions round Interview Questions
- West windsor - plainsboro regional school district HR Interview Questions
- West windsor - plainsboro regional school district Lead Interview Questions
When A runs 1000 meters, B runs 900 meters and when B runs 800 meters, C runs 700 meters.
Therefore, when B runs 900 meters, the distance that C runs = (900 x 700)/800 = 6300/8 = 787.5 meters.
So, in a race of 1000 meters, A beats C by (1000 – 787.5) = 212.5 meters to C.
So, in a race of 600 meters, the number of meters by Which A beats C = (600 x 212.5)/1000 = 127.5 meters.
V is sitting opposite to s
297
835, 734, 642, 751, 853, 981, 532
835,sum(digits)= 16
734 = 14
642=12
751= 13,
853=16,
981=18,
532=10
answer(c)751
5x/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
60 liter
Answers as expected
12 month=>900Rs+Uniform
1month:75 => 9month:675
675-650=25 =>price of Uniform
answer :
Let the distance which I walk to the station be x km Then Time needed to reach the station at 3 km/hr = (3x+602) hrs and
Time needed to reach the station at 4 km/hr = (4x+602) hrs But 3x+301=4x−301⇒3x−4x=−302=151
⇒124x−3x=151⇒12x=151⇒x=1512=54 km
373