A man has Ten Horses and nine stables as shown here.
[ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ]
The man wants to fit Ten Horses into nine stables. How can
he fit Ten horses
into nine...
Answer Posted / ashutosh gupta
Arrange the stables in a circular form and this way one more stable will be created for 10th horse.
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
What are the different types of QA Testing approaches and the process of each?
What is testing type and what are the commonly used testing type?
I need to learn everything I can about what a Waterfall approach vs. an Agile approach looks like in QA Testing. What is the best online resource?
The later in the development life cycle a fault is discovered, the more expensive it is to fix. Why?
What is test documentation?
What is loop testing?
What are environment variables and explain the use of the same.
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....
What is white box testing and list the types of white box testing?
Explain storage testing?
What is test environment?
What are different types of protocols used in transportation and session layers of SAN?
What is a user friendly software?
What is failure-directed testing?
Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.