There is a square field of 10m×10m which is divided into 100 squared blocks. Each block can either contain wheat field or corn field. What is the maximum number of corn fields possible such that no two corn fields share an edge?

AnswerBot
10mo
The maximum number of corn fields possible in a 10m×10m square field without sharing edges is 25.
The maximum number of corn fields is achieved by placing them in a diagonal pattern across the field.
Ea...read more
Raquel Costa
8mo
25 respects the constraint of non adjacent cornfields but fails to maximize the number of corn field...read more
harshit bhalla
3mo
Suppose the dimensions are n*n f(n) = n + f(n-1) if n is odd f(n) = n-1 + f(n-1) if n is even solving this sequence f(1)=1 if n is even: f(n) = (n^2)/2 if n is odd: f(n) =( 1 + n^2 )/2 Gives the ans f...read more
Anonymous
5mo
placing alternatively will result in answer 50
Anonymous
7mo
since 'no two corn field share the edge' and not mentions about wheat for the constraint answer would be 52
Jagan Chera
10mo
50 is the correct answer
Anonymous
5mo
Corner is Vertex. They said only Edge can't be shared right?
Comment deleted
View 1 more reply
Add answer anonymously...
Turing Business Analyst interview questions & answers
A Business Analyst was asked 3mo agoQ. Estimate the number of tickets sold daily in Bangalore. Calculate the total reve...read more
A Business Analyst was asked 5mo agoQ. What do you know about LLMs?
A Business Analyst was asked 5mo agoQ. Estimate the number of OTT subscribers in India.
Popular interview questions of Business Analyst
A Business Analyst was asked 5mo agoQ1. What do you know about LLMs?
A Business Analyst was asked 5mo agoQ2. Estimate the number of OTT subscribers in India.
A Business Analyst was asked 5mo agoQ3. How would you check the validity of an online claim using research?
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

