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

Two men can do a piece of work in X days. But Y women can do that in 3 days. Then the ratio of the work done by 1 man and 1 woman is

  1. 3y:2x

  2. 2x: 3y

  3. x: y

  4. 2y:3x

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Work done by 1 man in 1 day = 1/(2X). Work done by 1 woman in 1 day = 1/(3Y). Ratio = (1/2X) / (1/3Y) = 3Y / 2X.

Keep practicing — related questions

  • switch(x) { default: System.out.println(Hello); } Which two are acceptable types for x? 1. byte 2. long 3. ...
  • Which of the following are legal lines of code? 1. int w = (int)888.8; 2. byte x = (byte)1000L; 3. long y =...
  • What will be the output of the program? class Bitwise { public static void main(String [] args) { int x = 1...
  • A, B and C were partners sharing profits in the ratio 5 : 4 : 1. 'A' retired and new ratio was decided as 3...
  • Which two statements are equivalent? 1. 3/2 2. 3<2 3. 3*4 4. 3<<2
  • A man climbs up and a monkey climbs down a rope hanging from a tree with same uniform acceleration separate...
  • What two statements are true about the result obtained from calling Math.random()? 1. The result is less th...
  • Which three are valid method signatures in an interface? 1. private int getArea(); 2. public float getVol(f...

Practice this chapter

  • Time and Work (2195 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy