Question
What will be the fourth step for the following
input? Input: 76 172 372 43 243 361 165 A word arrangement machine,when given a particular input, rearranges it following a particularrule. The following is the illustration of the input and the steps of arrangement: Input: 87, 321, 293, 47, 176, 409, 215 Step I: 47, 321, 293, 87, 176, 409, 215 Step II: 47, 321, 293, 87, 176, 215, 409 Step III: 47, 87, 293, 321, 176, 215, 409 Step IV: 47, 87, 293, 215, 176, 321, 409 Step V: 47, 87, 176, 215, 293, 321, 409Solution
Here the rule followed is: numbers are getting arranged in ascending order. The smallest no. interchanges with the first position. Then the largest no. interchanges with the last position. Next, the second smallest no. interchanges with the second position. And so on. Input: 76 172 372 43 243 361 165 Step I: 43 172 372 76 243 361 165 Step II: 43 172 165 76 243 361 372 Step III: 43 76 165 172 243 361 372 [Machine will stop after step III.]
The sum of the squares of two numbers is 250, and the difference between the two numbers is 4. Find the absolute difference between the cubes of these t...
Find the least number that should be added to 1240 so that it is exactly divisible by 65.
- Find the remainder when

Simplify
- ‘N’ be the highest 3-digit number which leaves a remainder of 3 when divided by 4, 6, and 9. What is the least number that must be added to ‘N’ to ...
If the average of 5 consecutive odd numbers is 35, what is the smallest of these numbers?
The following dataset represents the examination scores achieved by 10 students:
36, 91, 80, 77, 64, 80, 45, 56, 41, 96
Find the median of...
Find the difference between minimum and maximum value of 'i' such that '8i2470' is always divisible by 3.
A number gives a remainder 34 when divided by 391. What remainder will it leave when divided by 17?
Sum of squares of three consecutive numbers is 974. Find the sum of first and third number.