Answer: 523
Explanation:
Each number is twice the preceding one with 1 added or subtracted alternatively.
So, the next number is (2 x 261 + 1) = 523.
| Total time taken = | 160 | + | 160 | = | 9 | hrs. | ||
| 64 | 80 | 2 |
| 320 x | 2 | = 71.11 km/hr. | |||
| 9 |
Program:main()
{
int a[5] = {5, 1, 15, 20, 25};
int i, j, m;
i = ++a[1];
j = a[1]++;
m = a[i++];
printf("%d, %d, %d", i, j, m);
}
| 6! | = 360. | |
| (1!)(2!)(1!)(1!)(1!) |
| Required number of ways = (7C5 x 3C2) = (7C2 x 3C1) = | 7 x 6 | x 3 | = 63. | ||
| 2 x 1 |