IIT JEE Practice Question and Answer

Q: 64 boys and 40 girls form a group for social work. During their membership drive, the same number of boys and girls joined the group. How many members does the group have now, if the ratio of boys to girls is 4:3 ? 6446 0

  • 1
    168
    Correct
    Wrong
  • 2
    201
    Correct
    Wrong
  • 3
    147
    Correct
    Wrong
  • 4
    154
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 1. "168"
Explanation :

Answer: A) 168 Explanation: Let us say x boys and x girls joined the group. (64 + x)/(40 + x) = 4/3 192 + 3x = 160 + 4x => x = 32 Number of members in the group = 64 + x + 40 + x = 104 + 2x = 168.

  • Show AnswerHide Answer
  • Workspace

Answer : 3. "528"
Explanation :

Answer: C) 528 Explanation: Assume x soldiers join the fort. 1200 soldiers have provision for 1200 (days for which provisions last them)(rate of consumption of each soldier)= (1200)(30)(3) kg. Also provisions available for (1200 + x) soldiers is (1200 + x)(25)(2.5) k As the same provisions are available=> (1200)(30)(3) = (1200 + x)(25)(2.5) x = ([(1200)(30)(3)] / (25)(2.5)) - 1200 => x = 528.

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

1. Answer (c) Each time we order 1, one apple is added to the basket but each time when 4 is ordered, one apple is removed from it. Required number of apples = number of 1's - number of 4's = 6 - 4 = 2 2. Answer (d) Each time we order 1, 2 or 3, one fruit is added to the basket but when ever we order 4, two fruits are removed from it. Required number = Number of 1's + Number of 2's + Number of 3's - 2 x (Number of 4's) = 6 + 6 + 7 - (2x4) = 19 - 8 = 11.

Q: Without any stoppage, a person travels a certain distance at an average speed of 42 km/h, and with stoppages he covers the same distance at an average speed of 28 km/h. How many minutes per hour does he stop? 6383 0

  • 1
    15 minutes
    Correct
    Wrong
  • 2
    20 minutes
    Correct
    Wrong
  • 3
    18 minutes
    Correct
    Wrong
  • 4
    22 minutes
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "20 minutes"
Explanation :

Answer: B) 20 minutes Explanation: Let the total distance to be covered is 84 kms.Time taken to cover the distance without stoppage = 84/42 hrs = 2 hrsTime taken to cover the distance with stoppage = 84/28 = 3 hrs.Thus, he takes 60 minutes to cover the same distance with stoppage.Therefore, in 1 hour he stops for 20 minutes.

Q: Which of the following is not a correct variable type? 6335 0

  • 1
    real
    Correct
    Wrong
  • 2
    char
    Correct
    Wrong
  • 3
    float
    Correct
    Wrong
  • 4
    double
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 1. "real"
Explanation :

Answer: A) real Explanation: A variable provides us with named storage that our programs can manipulate. Each variable in C++ has a specific type, which determines the size and layout of the variable's memory the range of values that can be stored within that memory and the set of operations that can be applied to the variable. The name of a variable can be composed of letters, digits, and the underscore character. It must begin with either a letter or an underscore. Upper and lowercase letters are distinct because C++ is case-sensitive −   Basic types of variables: 1. bool Stores either value true or false. 2. char Typically a single octet (one byte). This is an integer type. 3. int The most natural size of an integer for the machine. 4. float A single-precision floating point value. 5. double A double-precision floating point value. 6. void Represents the absence of type. 7. wchar_t A wide character type.

  • Show AnswerHide Answer
  • Workspace

Answer : 2. "1/5"
Explanation :

Answer: B) 1/5 Explanation: Number of applicants = 5On a day, only 1 leave is approved.Now favourable events =  1 of 5 applicants is approvedProbability that Laxmi priya's leave is granted = 1/5.

Q: How many degrees will the minute hand move, in the same time in which the second hand move 4800 ? 6312 0

  • 1
    80 deg
    Correct
    Wrong
  • 2
    160 deg
    Correct
    Wrong
  • 3
    140 deg
    Correct
    Wrong
  • 4
    135 deg
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 1. "80 deg"
Explanation :

Answer: A) 80 deg Explanation: As minute hand covers, 60 degrees Minute hand covers 4800/60 = 80°

Q: If 'x' means '-', '÷' means '+', '-' means '÷' and '+' means 'x', then 24 - 4 ÷ 6 x 3 + 4 = ? 6307 0

  • 1
    0
    Correct
    Wrong
  • 2
    1
    Correct
    Wrong
  • 3
    2
    Correct
    Wrong
  • 4
    3
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 1. "0"
Explanation :

Answer: A) 0 Explanation: From the given information in the question24 ÷ 4 + 6 - 3 x 4 6 + 6 - 12 = 0

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully