self Maths Puzzle

2 runners raj & shabbir take R & S seconds to run around a circular track of 500m.they start from the northern most point at the same time,in the same direction.R & S are prime nos.(R

Read Solution (Total 0)

self Other Question

a circular field of 7km radius is divided by 3 brothers in such a way that the eldest get the area of circular field which is outside the largest equilateral triangle which can be fitted in the circular field.the youngest gets the largest circular area which can be fitted in that circular area which can be fitted in that equilateral triangle.what will be the share of second brother? What is the value of x after the following code fragment is executed?

a = 9, b = 8, c = 4

if (c divides a) {

if (b > c) {

x = 1

} else {

x = 2

}

} else {

if (c divides b) {

x = 3

} else {

x = 4

}

}