IIT JEE Practice Question and Answer

Q: Find the next number in te given series ? 5, 25, 61, 113, ... 5848 0

  • 1
    142
    Correct
    Wrong
  • 2
    181
    Correct
    Wrong
  • 3
    156
    Correct
    Wrong
  • 4
    179
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "181"
Explanation :

Answer: B) 181 Explanation: Here the series follow the rule that 12+22 = 5 32+42 = 2552+62 = 61 72+82 = 113   SO NEXT IS, 92+102 = 181

Q: Coding-Decoding If Pour is wrtten as 4156Sware is written as 78269Clear is written as 3@926 Then what is the code for PEARL= ? 5832 0

  • 1
    429@6
    Correct
    Wrong
  • 2
    4962@
    Correct
    Wrong
  • 3
    4692@
    Correct
    Wrong
  • 4
    4926@
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 4. "4926@"
Explanation :

Answer: D) 4926@ Explanation: Pour - 4156 => P = 4,  r = 6 Sware - 78269 => a =  2,  e = 9 Clear - 3@926 => l = @ => Pearl = 4926@

Q: A boatman can row 3 km against the stream in 20 minutes and return in 18 minutes. Find the rate of current ? 5821 0

  • 1
    1/3 kmph
    Correct
    Wrong
  • 2
    2/3 kmph
    Correct
    Wrong
  • 3
    1/4 kmph
    Correct
    Wrong
  • 4
    1/2 kmph
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 4. "1/2 kmph"
Explanation :

Answer: D) 1/2 kmph Explanation: Speed in upstream = Distance / Time = 3 x 60/20 = 9 km/hr. Speed in downstream = 3 x 60/18 = 10 km/hr Rate of current = (10-9)/2 = 1/2 km/hr.

Q: Which of the following is not a correct variable type? 5810 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.

Q: 10 men and 15 women together can complete a work in 6 days. It takes 100 days for one man alone to complete the same work. How many days will be required for one woman alone to complete the same work? 5791 0

  • 1
    215 days
    Correct
    Wrong
  • 2
    225 days
    Correct
    Wrong
  • 3
    235 days
    Correct
    Wrong
  • 4
    240 days
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "225 days"
Explanation :

Answer: B) 225 days Explanation: Given that (10M + 15W) x 6 days = 1M x 100 days => 60M + 90W = 100M => 40M = 90W => 4M = 9W. From the given data, 1M can do the work in 100 days => 4M can do the same work in 100/4= 25 days. => 9W can do the same work in 25 days. => 1W can do the same work in 25 x 9 = 225 days.   Hence, 1 woman can do the same work in 225 days.

Q: If 'x' means '-', '÷' means '+', '-' means '÷' and '+' means 'x', then 24 - 4 ÷ 6 x 3 + 4 = ? 5786 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

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? 5786 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: Taps X and Y can fill a tank in 30 and 40 minutes respectively.Tap Z can empty the filled tank in 60 minutes.If all the three taps are kept open for one minute each,how much time will the taps take to fill the tank? 5781 0

  • 1
    48min
    Correct
    Wrong
  • 2
    72min
    Correct
    Wrong
  • 3
    24min
    Correct
    Wrong
  • 4
    None of these
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 3. "24min"
Explanation :

Answer: C) 24min Explanation: Given taps X and Y can fill the tank in 30 and 40 minutes respectively. Therefore,   part filled by tap X in 1 minute = 1/30   part filled by tap Y in 1 minute = 1/40   Tap Z can empty the tank in 60 minutes. Therefore,   part emptied by tap Z in 1 minute = 1/60   Net part filled by Pipes X,Y,Z together in 1 minute = [1/30 +1/40 - 1/60] = 5/120 = 1/24   i.e., the tank can be filled in 24 minutes.

      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