aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

. Swati rows a boat on a river from point X to Y and back. Y is N km upstream from X. It takes her 1 hour more to row 12 km upstream than downstream. If she takes at least 2 hours to complete this round trip, what is the minimum possible value of N?

  1. 38km

  2. 36km

  3. 22km

  4. 39km

  5. 37km

Reveal answer Fill a bubble to check yourself
B Correct answer

Keep practicing — related questions

  • Which of the following are legal lines of code? 1. int w = (int)888.8; 2. byte x = (byte)1000L; 3. long y =...
  • What is the latency for a 5 MB message, if a bandwidth of the network is 1 Mbps. Assume that the distance b...
  • What will be the output of the program? class Bitwise { public static void main(String [] args) { int x = 1...
  • What will be the output of the program? String x = "xyz"; x.toUpperCase(); /* Line 2 */ String y = x.replac...
  • If the input of the following program is 10, what will be the output? void print(int); void main() { int n;...
  • Which of the following statements is/are true? 1. Nanotechnology includes particles which fall under 1 nm i...
  • switch(x) { default: System.out.println(Hello); } Which two are acceptable types for x? 1. byte 2. long 3. ...
  • public class Test2 { public static int x; public static int foo(int y) { return y * 2; } public static void...

Practice this chapter

  • Boats and Streams (369 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy