ans=13.33
solution: (710/12)*8 – 460
Here is the solution to the given version of the puzzle (9 balls, one is heavier, need to identify oddball), where we label the balls A, B, …, I:
1. Weigh ABC versus DEF.
Scenario a: If these (1) balance, then we know the oddball is one of G, H, I.
2. Weigh G versus H.
Scenario a.i: If these (2) balance, the oddball is I.
Scenario a.ii: If these (2) do not balance, the heavier one is the oddball.
Scenario b: If these (1) do not balance, then the oddball is on the heavier side. For simplicity, assume the ABC side is heavier, so the oddball is one of A, B, C.
2. Weigh A versus B.
Scenario b.i: If these (2) balance, the oddball is C.
Scenario b.ii: If these (2) do not balance, the heavier one is the oddball.
answer is maximum of 2.
X filling rate is 1/18 or 4/72 per hour
Y filling rate is 1/24 or 3/72 per hour
Combined as a pair it’s 7/72 in a complete 2 hour alternating sequence
72+ 7/72 =10 sequences = 70/72 on 20 hours, The outstanding balance is just 2/72
So at 20.5 hours with X turn filling is 100% complete with 72/72
Answer: It will take 20.5 hours to completely fill this tank.
Analysis of measured filling process, from X = 42/72 share & from Y = 30/72 share
no combinations is there because a number divisible by 36
also divisible by its divisors anu.sum of 4 digits=20,whis
is not multiple of 3.so it is cannot divisible by 3
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
A
Joe is fencing in a square area of 576 square feet.
Fence posts, which are needed every three feet, cost 32.00 each.
The fencing cost 4.50 per foot. What is the total cost of the fencing materials?
Solution:-
Area of Square is 576 sq ft.
so, the length of side = root(576) = 24 ft
Since the fencing would be done on the perimeter, we would need that
formula is 4*side = 96 ft.
Number of Fence post needed = 96/3 = 32
1 Fence post cost = 32
32 Fence Post cost = 32 * 32 = 1024
Fencing cost = Perimeter * fencing cost = 96 * 4.5 = 432
Total Cost = 432 + 1024 = 1456
7770-7077=693
brother
3