Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • GfG 160: Daily DSA
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • IBPS RRB Exam 2023 - Free Course
  • SSC CGL
  • SBI PO
  • SBI Clerk
  • IBPS PO
  • IBPS Clerk
  • Current Affairs
  • Aptitude
  • General Knowledge
  • SSC CGL Pre.Yrs.Papers
  • SSC CGL Practice Papers
  • SBI PO PYQ
  • SBI Clerk PYQ
  • IBPS PO PYQ
  • IBPS Clerk PYQ
  • SBI PO Practice Paper
Open In App
Next Article:
Logical Games - Logical Reasoning Questions and Answers
Next article icon

Logical Games - Logical Reasoning Questions and Answers

Last Updated : 06 May, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Logic Games Questions and Answers: In logical reasoning, "Logical Games" are like fun mental workouts filled with puzzles and brain-teasers. These games are meant to make you think, be creative, and get better at solving problems while having a good time. Logical Games include a variety of mind-challenging activities, from classic board games like chess and Sudoku to modern ones like logic puzzles and escape rooms. They often require figuring out patterns, making smart choices, and using logical thinking to solve tricky problems.

In this article, we will provide you with a variety of logical games and answers. The games will range in difficulty from easy to hard, so there will be something for everyone.

Logical Games - Solved Examples

1. If Sarah has a red pen, a blue pen, and a green pen, how many different ways can she arrange them in a row on her desk?

a. 3 ways

b. 6 ways

c. 9 ways

d. 12 ways

e. 24 ways

Answer: a. 6 ways

Explanation:

Sarah can arrange the pens in 3! (3 factorial) ways because there are three pens.

3! = 3 x 2 x 1 = 6 ways

So, the correct answer is (a): 6 ways.

2. In a game of chess, which piece can move diagonally and capture opponents?

a. Bishop

b. Knight

c. Rook

d. Queen

e. King

Answer: a. Bishop

Explanation:

The piece that can move diagonally and capture opponents in chess is the bishop.

So, the correct answer is (a): Bishop.

3. If a rectangle has a length of 8 units and a width of 4 units, what is its perimeter?

a. 12 units

b. 16 units

c. 24 units

d. 32 units

e. 64 units

Answer: c. 24 units

Explanation:

The perimeter of a rectangle is calculated as 2 times the sum of its length and width.

Perimeter = 2 x (8 units + 4 units) = 2 x 12 units = 24 units

So, the correct answer is (c): 24 units.

4. If you flip a fair coin twice, what is the probability of getting heads on both flips?

a. 1/4

b. 1/2

c. 3/4

d. 1/3

e. 2/3

Answer: a. 1/4

Explanation:

When flipping a fair coin twice, the probability of getting heads on each flip is 1/2.

To find the probability of both events happening, you multiply their individual probabilities.

Probability of heads on the first flip: 1/2

Probability of heads on the second flip: 1/2

Probability of both flips being heads: (1/2) x (1/2) = 1/4

So, the correct answer is (a): 1/4.

5. If a train travels from Station A to Station B at a speed of 60 mph and returns from Station B to Station A at a speed of 40 mph, what is the average speed for the entire round trip?

a. 50 mph

b. 48 mph

c. 45 mph

d. 52 mph

e. 55 mph

Answer: a. 48 mph

Explanation:

To find the average speed for the entire round trip, you can use the formula:

Average Speed = (2 * Speed1 * Speed2) / (Speed1 + Speed2). We can get this formula from the simple formula of total-distance / total-time

Average Speed = (2 * 60 mph * 40 mph) / (60 mph + 40 mph) = (4800 mph^2) / (100 mph) = 48 mph

So, the correct answer is (a): 48 mph.

6. In a deck of playing cards, what is the total number of cards with hearts as their suit?

a. 13 cards

b. 26 cards

c. 39 cards

d. 52 cards

e. 4 cards

Answer: a. 13 cards

Explanation:

In a standard deck of playing cards, there are 13 cards in each suit (hearts, diamonds, clubs, and spades).

So, the total number of cards with hearts as their suit is 13 cards.

So, the correct answer is (a): 13 cards.

7. If a car travels 120 miles in 2 hours, what is its average speed in miles per hour (mph)?

a. 40 mph

b. 60 mph

c. 80 mph

d. 100 mph

e. 120 mph

Answer: b. 60 mph

Explanation:

Average Speed = Total Distance / Total Time

Average Speed = 120 miles / 2 hours = 60 mph

So, the correct answer is (b): 60 mph.

8. If you have a pizza divided into 8 equal slices, and you eat 3 slices, how many slices are left?

a. 1 slice

b. 2 slices

c. 3 slices

d. 4 slices

e. 5 slices (Answer)

Answer: e. 5 slices

Explanation:

If you eat 3 slices out of 8, the number of slices left is 8 - 3 = 5 slices.

So, the correct answer is (e): 5 slices.

9. Which planet in our solar system is known as the "Red Planet"?

a. Earth

b. Venus

c. Mars

d. Jupiter

e. Saturn

Answer: c. Mars

Explanation:

Mars is often referred to as the "Red Planet" due to its reddish appearance caused by iron oxide (rust) on its surface.

So, the correct answer is (c): Mars.

10. If a rectangle has a length of 12 units and a width of 6 units, what is its area in square units?

a. 18 square units

b. 24 square units

c. 36 square units

d. 48 square units

e. 72 square units

Answer: d. 72 square units

Explanation:

The area of a rectangle is calculated as the product of its length and width.

Area = Length x Width = 12 units x 6 units = 72 square units.

So, the correct answer is (d): 72 square units..

Related Resource:

  • Artificial Language - Logical Reasoning
  • Essential Part - Logical Reasoning
  • Matching Definitions - Logical Reasoning
  • Logical Problems - Logical Reasoning

Practice Questions on Logical Games

1. Five friends - A, B, C, D, and E - are sitting in a row. A is not at the end. B is next to D. E is not next to A. C is at one end. Who is in the middle?

2. In a family of six, A is the sister of B. C is the brother of D. E is the father of A. F is the grandmother of D. How is E related to D?

3. If 'CHAIR' is coded as 'FKDLU', how would 'TABLE' be coded?

4. In a certain code language:

'pit na som' means 'bring me water'

'na jo tod' means 'water is life'

'dit son pit' means 'bring the flower'

What is the code for 'me' in this language?

5. Five persons are standing in a queue. A is standing next to B but not next to C. C is standing next to D but not next to E. D is not standing at the end. Who is standing at the end?

6. If '>' means '+', '<' means '-', '+' means '×', '-' means '÷', then what is the value of 8 > 6 < 4 + 2 - 2?

7. In a row of children, Ravi is 7th from the left and 12th from the right. How many children are there in the row?

8. If 'MOUSE' is written as '23@7$' and 'HOUSE' is written as '8@7$', then how will 'SOME' be written?

9. A, B, C, D, and E play a game of cards. A says to B, "If you give me 3 cards, you will have as many as E has and if I give you 3 cards, you will have as many as D has." A and B together have 10 cards. How many cards does B have?

10. Six people A, B, C, D, E, and F are sitting in a circle facing the center. F is between D and C. E is opposite to A and B is not in either of the positions next to A. Who is next to A?


Next Article
Logical Games - Logical Reasoning Questions and Answers
author
kartik
Improve
Article Tags :
  • Aptitude
  • SSC/Banking
  • SSC Quantitative Aptitude
  • Banking Quantitative Aptitude
  • Logical Reasoning

Similar Reads

  • Aptitude Questions and Answers
    Aptitude questions can be challenging, but with the right preparation and practice, you can tackle them with ease. Our comprehensive guide to aptitude questions and answers covers all the essential topics of Aptitude, including Quantitative Aptitude, Logical Reasoning, and Verbal Ability. Whether yo
    3 min read
  • Top 100 Puzzles Asked In Interviews
    Puzzles are asked in Interviews to check our problem-solving skills. Here we are providing you with the top 100 puzzles that are asked in Interviews. The main aim of puzzles is entertainment. Puzzles can be of many types:- picture puzzles, logical puzzles, mathematical puzzles, etc. It is very helpf
    4 min read
  • Puzzles
    Puzzles are commonly asked in exams and interviews to test logical and analytical thinking. Here is a list of most asked Puzzles divided into four categories as per examination pattern. 1. Analytical / Mathematical PuzzlesPuzzle TitleAsked in CompanyFind ages of daughtersGoogle, MicrosoftCalculate t
    4 min read
  • Numbers - Aptitude Questions and Answers
    Numbers are the fundamental units of mathematics. In this article, we will discuss numbers, their types, important facts, divisibility rules, and other important points about numbers for aptitude preparation.Types of NumbersIntegers: All numbers whose fractional part is 0 (zero) like -3, -2, 1, 0, 1
    14 min read
  • English Grammar : Learn Rules of Grammar and Basics
    Whether you're just starting on your journey to learn the English language or you've been studying for some time and find yourself struggling with English grammar, with a little bit of perseverance, anyone can learn to speak and write English with confidence and accuracy.English grammar is a set of
    9 min read
  • Aptitude for Placements
    An aptitude test is quite vital for placements as it helps in enhancing the logical skills of the person and if someone is preparing for interviews then aptitude preparation is very much required. Hiring can be both off-campus and on-campus but the procedure of selection is almost the same that is s
    3 min read
  • Quantitative Aptitude
    Quantitative Aptitude Questions cover a wide range of topics, including averages, percentages, compound interests, and many more. It requires quantitative skills as well as logical and analytical skills that are needed for a wide range of exams, including those for bank jobs, civil service positions
    2 min read
  • Number Series - Reasoning Questions and Answers
    Number Series is a widely asked topic in the Logical Reasoning section of competitive examinations held in India. In these types of questions, there will be a series of numbers given, along with a blank to be filled out. You are given the task of finding out the answer to the blank by figuring out t
    12 min read
  • States and Capitals in India - List of 28 States & 8 UT 2024
    States and Capitals of IndiaIn India, there are a total of 28 States and 8 Union Territories. Each state in India is unique and has a very rich and diverse culture, language, resources, flora and fauna, democracy festivals, etc. Each state contributes to the development and growth of the economy of
    13 min read
  • HCF and LCM - Aptitude Questions
    HCF (Highest Common Factor) or GCD and LCM (Least Common Multiple) concepts are the foundation of many mathematical operations and are essential in solving complex problems. Prerequisites:HCF / GCDLCMInteresting Facts about HCF / GCDTips and Tricks for LCMTips and Tricks to Find HCF / GCDRelation be
    14 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

'); // $('.spinner-loading-overlay').show(); let script = document.createElement('script'); script.src = 'https://assets.geeksforgeeks.org/v2/editor-prod/static/js/bundle.min.js'; script.defer = true document.head.appendChild(script); script.onload = function() { suggestionModalEditor() //to add editor in suggestion modal if(loginData && loginData.premiumConsent){ personalNoteEditor() //to load editor in personal note } } script.onerror = function() { if($('.editorError').length){ $('.editorError').remove(); } var messageDiv = $('
').text('Editor not loaded due to some issues'); $('#suggestion-section-textarea').append(messageDiv); $('.suggest-bottom-btn').hide(); $('.suggestion-section').hide(); editorLoaded = false; } }); //suggestion modal editor function suggestionModalEditor(){ // editor params const params = { data: undefined, plugins: ["BOLD", "ITALIC", "UNDERLINE", "PREBLOCK"], } // loading editor try { suggestEditorInstance = new GFGEditorWrapper("suggestion-section-textarea", params, { appNode: true }) suggestEditorInstance._createEditor("") $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = true; } catch (error) { $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = false; } } //personal note editor function personalNoteEditor(){ // editor params const params = { data: undefined, plugins: ["UNDO", "REDO", "BOLD", "ITALIC", "NUMBERED_LIST", "BULLET_LIST", "TEXTALIGNMENTDROPDOWN"], placeholderText: "Description to be......", } // loading editor try { let notesEditorInstance = new GFGEditorWrapper("pn-editor", params, { appNode: true }) notesEditorInstance._createEditor(loginData&&loginData.user_personal_note?loginData.user_personal_note:"") $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = true; } catch (error) { $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = false; } } var lockedCasesHtml = `You can suggest the changes for now and it will be under 'My Suggestions' Tab on Write.

You will be notified via email once the article is available for improvement. Thank you for your valuable feedback!`; var badgesRequiredHtml = `It seems that you do not meet the eligibility criteria to create improvements for this article, as only users who have earned specific badges are permitted to do so.

However, you can still create improvements through the Pick for Improvement section.`; jQuery('.improve-header-sec-child').on('click', function(){ jQuery('.improve-modal--overlay').hide(); $('.improve-modal--suggestion').hide(); jQuery('#suggestion-modal-alert').hide(); }); $('.suggest-change_wrapper, .locked-status--impove-modal .improve-bottom-btn').on('click',function(){ // when suggest changes option is clicked $('.ContentEditable__root').text(""); $('.suggest-bottom-btn').html("Suggest changes"); $('.thank-you-message').css("display","none"); $('.improve-modal--improvement').hide(); $('.improve-modal--suggestion').show(); $('#suggestion-section-textarea').show(); jQuery('#suggestion-modal-alert').hide(); if(suggestEditorInstance !== null){ suggestEditorInstance.setEditorValue(""); } $('.suggestion-section').css('display', 'block'); jQuery('.suggest-bottom-btn').css("display","block"); }); $('.create-improvement_wrapper').on('click',function(){ // when create improvement option clicked then improvement reason will be shown if(loginData && loginData.isLoggedIn) { $('body').append('
'); $('.spinner-loading-overlay').show(); jQuery.ajax({ url: writeApiUrl + 'create-improvement-post/?v=1', type: "POST", contentType: 'application/json; charset=utf-8', dataType: 'json', xhrFields: { withCredentials: true }, data: JSON.stringify({ gfg_id: post_id }), success:function(result) { $('.spinner-loading-overlay:eq(0)').remove(); $('.improve-modal--overlay').hide(); $('.unlocked-status--improve-modal-content').css("display","none"); $('.create-improvement-redirection-to-write').attr('href',writeUrl + 'improve-post/' + `${result.id}` + '/', '_blank'); $('.create-improvement-redirection-to-write')[0].click(); }, error:function(e) { showErrorMessage(e.responseJSON,e.status) }, }); } else { if(loginData && !loginData.isLoggedIn) { $('.improve-modal--overlay').hide(); if ($('.header-main__wrapper').find('.header-main__signup.login-modal-btn').length) { $('.header-main__wrapper').find('.header-main__signup.login-modal-btn').click(); } return; } } }); $('.left-arrow-icon_wrapper').on('click',function(){ if($('.improve-modal--suggestion').is(":visible")) $('.improve-modal--suggestion').hide(); else{ } $('.improve-modal--improvement').show(); }); const showErrorMessage = (result,statusCode) => { if(!result) return; $('.spinner-loading-overlay:eq(0)').remove(); if(statusCode == 403) { $('.improve-modal--improve-content.error-message').html(result.message); jQuery('.improve-modal--overlay').show(); jQuery('.improve-modal--improvement').show(); $('.locked-status--impove-modal').css("display","block"); $('.unlocked-status--improve-modal-content').css("display","none"); $('.improve-modal--improvement').attr("status","locked"); return; } } function suggestionCall() { var editorValue = suggestEditorInstance.getValue(); var suggest_val = $(".ContentEditable__root").find("[data-lexical-text='true']").map(function() { return $(this).text().trim(); }).get().join(' '); suggest_val = suggest_val.replace(/\s+/g, ' ').trim(); var array_String= suggest_val.split(" ") //array of words var gCaptchaToken = $("#g-recaptcha-response-suggestion-form").val(); var error_msg = false; if(suggest_val != "" && array_String.length >=4){ if(editorValue.length { jQuery('.ContentEditable__root').focus(); jQuery('#suggestion-modal-alert').hide(); }, 3000); } } document.querySelector('.suggest-bottom-btn').addEventListener('click', function(){ jQuery('body').append('
'); jQuery('.spinner-loading-overlay').show(); if(loginData && loginData.isLoggedIn) { suggestionCall(); return; } // script for grecaptcha loaded in loginmodal.html and call function to set the token setGoogleRecaptcha(); }); $('.improvement-bottom-btn.create-improvement-btn').click(function() { //create improvement button is clicked $('body').append('
'); $('.spinner-loading-overlay').show(); // send this option via create-improvement-post api jQuery.ajax({ url: writeApiUrl + 'create-improvement-post/?v=1', type: "POST", contentType: 'application/json; charset=utf-8', dataType: 'json', xhrFields: { withCredentials: true }, data: JSON.stringify({ gfg_id: post_id }), success:function(result) { $('.spinner-loading-overlay:eq(0)').remove(); $('.improve-modal--overlay').hide(); $('.create-improvement-redirection-to-write').attr('href',writeUrl + 'improve-post/' + `${result.id}` + '/', '_blank'); $('.create-improvement-redirection-to-write')[0].click(); }, error:function(e) { showErrorMessage(e.responseJSON,e.status); }, }); });
"For an ad-free experience and exclusive features, subscribe to our Premium Plan!"
Continue without supporting
`; $('body').append(adBlockerModal); $('body').addClass('body-for-ad-blocker'); const modal = document.getElementById("adBlockerModal"); modal.style.display = "block"; } function handleAdBlockerClick(type){ if(type == 'disabled'){ window.location.reload(); } else if(type == 'info'){ document.getElementById("ad-blocker-div").style.display = "none"; document.getElementById("ad-blocker-info-div").style.display = "flex"; handleAdBlockerIconClick(0); } } var lastSelected= null; //Mapping of name and video URL with the index. const adBlockerVideoMap = [ ['Ad Block Plus','https://media.geeksforgeeks.org/auth-dashboard-uploads/abp-blocker-min.mp4'], ['Ad Block','https://media.geeksforgeeks.org/auth-dashboard-uploads/Ad-block-min.mp4'], ['uBlock Origin','https://media.geeksforgeeks.org/auth-dashboard-uploads/ub-blocke-min.mp4'], ['uBlock','https://media.geeksforgeeks.org/auth-dashboard-uploads/U-blocker-min.mp4'], ] function handleAdBlockerIconClick(currSelected){ const videocontainer = document.getElementById('ad-blocker-info-div-gif'); const videosource = document.getElementById('ad-blocker-info-div-gif-src'); if(lastSelected != null){ document.getElementById("ad-blocker-info-div-icons-"+lastSelected).style.backgroundColor = "white"; document.getElementById("ad-blocker-info-div-icons-"+lastSelected).style.borderColor = "#D6D6D6"; } document.getElementById("ad-blocker-info-div-icons-"+currSelected).style.backgroundColor = "#D9D9D9"; document.getElementById("ad-blocker-info-div-icons-"+currSelected).style.borderColor = "#848484"; document.getElementById('ad-blocker-info-div-name-span').innerHTML = adBlockerVideoMap[currSelected][0] videocontainer.pause(); videosource.setAttribute('src', adBlockerVideoMap[currSelected][1]); videocontainer.load(); videocontainer.play(); lastSelected = currSelected; }

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences