Discrete mathematics combines mathematical reasoning with computational foundations. This introduction... Show more
Sign up to see the contentIt's free!
Access to all documents
Improve your grades
Join milions of students
Subjects
Triangle Congruence and Similarity Theorems
Triangle Properties and Classification
Linear Equations and Graphs
Geometric Angle Relationships
Trigonometric Functions and Identities
Equation Solving Techniques
Circle Geometry Fundamentals
Division Operations and Methods
Basic Differentiation Rules
Exponent and Logarithm Properties
Show all topics
Human Organ Systems
Reproductive Cell Cycles
Biological Sciences Subdisciplines
Cellular Energy Metabolism
Autotrophic Energy Processes
Inheritance Patterns and Principles
Biomolecular Structure and Organization
Cell Cycle and Division Mechanics
Cellular Organization and Development
Biological Structural Organization
Show all topics
Chemical Sciences and Applications
Atomic Structure and Composition
Molecular Electron Structure Representation
Atomic Electron Behavior
Matter Properties and Water
Mole Concept and Calculations
Gas Laws and Behavior
Periodic Table Organization
Chemical Thermodynamics Fundamentals
Chemical Bond Types and Properties
Show all topics
European Renaissance and Enlightenment
European Cultural Movements 800-1920
American Revolution Era 1763-1797
American Civil War 1861-1865
Global Imperial Systems
Mongol and Chinese Dynasties
U.S. Presidents and World Leaders
Historical Sources and Documentation
World Wars Era and Impact
World Religious Systems
Show all topics
Classic and Contemporary Novels
Literary Character Analysis
Rhetorical Theory and Practice
Classic Literary Narratives
Reading Analysis and Interpretation
Narrative Structure and Techniques
English Language Components
Influential English-Language Authors
Basic Sentence Structure
Narrative Voice and Perspective
Show all topics
152
•
Feb 8, 2026
•
aldereilamya
@aldereilamya
Discrete mathematics combines mathematical reasoning with computational foundations. This introduction... Show more











Logic forms the foundation of mathematical reasoning and clear thinking. When you understand logic, you can distinguish valid arguments from invalid ones and build stronger mathematical proofs.
The rules of logic help us understand statements like "There exists an integer that is not the sum of two squares" or mathematical formulas like "For every positive integer n, the sum of positive integers not exceeding n is n/2".
In computer science, logic isn't just theoretical—it's practical. Whether you're designing circuits, programming algorithms, or debugging code, logical thinking is essential to your success.
Remember: Logic isn't just about being "logical" in everyday speech—it's a precise mathematical system with specific rules and applications.

When analyzing electrical circuits, we often make logical conjectures about how they function. Let's examine some statements about a circuit with lamps L1-L6:
These statements demonstrate how logic helps us understand relationships between components in a system. Some statements may seem similar but have different logical meanings.
Try this: Pick any two statements from above and determine if they're logically equivalent by writing out what happens in all possible scenarios.

A proposition is a declarative sentence that is either true or false, but not both. This definition is crucial because it forms the foundation of logical reasoning.
Examples of propositions include:
Not everything is a proposition. Questions like "What time is it?" or commands like "Read this carefully" are not propositions because they don't declare facts that can be judged true or false.
Mathematical expressions with variables are not propositions by themselves because their truth value depends on the values assigned to the variables.
We use letters (typically p, q, r, s) to represent propositions, similar to how we use letters for variables in algebra. The truth value is denoted by T (or 1) for true propositions and F (or 0) for false ones.

We have 4 basic logic operators used in the propositional calculus.
Based on them we can validate other propositions called Compound propositions by using the Truth Tables.
These operators allow us to build complex logical expressions and analyze their truth values systematically. In computer science, these operators translate directly to operations in Boolean logic, which forms the basis of digital circuit design and programming.
Pro tip: When working with truth tables, remember that with n propositions, you'll need to examine 2^n possible combinations of truth values.

The negation of a proposition A is "no A," denoted or .
It is False when A is True and True when A is False. This logic operator can be summarized in the following Truth table:
| A | $\neg A$ |
|---|---|
| 0 | 1 |
| 1 | 0 |
The negation is a fundamental operation that simply flips the truth value of a proposition. It's similar to the NOT gate in digital electronics.
An interesting property worth noting is that the proposition has the same truth table as A. In other words, negating a negation brings you back to the original proposition.
This operation is critical because it allows us to express the opposite of any logical statement, which is essential for constructing complex logical arguments and proofs.

The proposition "A and B" is True when A and B are simultaneously True. It is False elsewhere.
| A | B | A and B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
The conjunction has important properties:
These properties allow us to rearrange conjunctions without changing their meaning, which is useful when simplifying complex logical expressions or constructing proofs.
In computing: Conjunction is equivalent to the AND gate in digital circuits, and the && operator in many programming languages.

The proposition "A or B" is False when A and B are simultaneously False.
It is True if one of them or both of them are True.
| A | B | A or B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
The disjunction has key properties similar to conjunction:
Two important logical equivalences worth remembering:
These are known as De Morgan's laws, which are extremely useful in simplifying logical expressions.

"", is read "if , then " " implies " "for , it is sufficient " "for , it needs " " is a sufficient condition for " " is a necessarily condition for ".
Its Truth Table is:
| A | B | A ⇒ B |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Attention: By definition, "A ⇒ B" is True when A is False! This often confuses students, but it's crucial to understanding implication.
An important equivalence: "A ⇒ B" has the same truth table as "(not A) or B".
Critical insight: The logical implication is not the same as causality in the real world. A statement like "If 1+1=2, then x^n + y^n = z^n has no integer solutions for n≥3" is logically true, even though there's no causal relationship.

When working with an implication , we can derive related implications:
The converse of is:
The contrapositive of is:
The negation of is:
The contrapositive is particularly useful in mathematics. When proving "if A then B," we can instead prove "if not B then not A," which is often easier.
This relationship between an implication and its contrapositive provides a powerful alternative approach to mathematical proofs.

"" can be read as " is equivalent to " " if and only if " " is a necessarily and sufficient condition to "
Its truth table is the same as " and ". This means:
Conclusion: "" is True means that A and B have the same truth value.
Unlike implication, equivalence represents a stronger relationship between propositions - they must both be true together or both be false together.
Equivalence is not generally associative. That is, "" doesn't have the same truth table as " and ".
In mathematical proofs, a sequence of equivalences is often used when solving systems of equations because each step maintains the same solution set as the original.
Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.
You can download the app in the Google Play Store and in the Apple App Store.
That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.
App Store
Google Play
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
Stefan S
iOS user
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Samantha Klich
Android user
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.
Anna
iOS user
I think it’s very much worth it and you’ll end up using it a lot once you get the hang of it and even after looking at others notes you can still ask your Artificial intelligence buddy the question and ask to simplify it if you still don’t get it!!! In the end I think it’s worth it 😊👍 ⚠️Also DID I MENTION ITS FREEE YOU DON’T HAVE TO PAY FOR ANYTHING AND STILL GET YOUR GRADES IN PERFECTLY❗️❗️⚠️
Thomas R
iOS user
Knowunity is the BEST app I’ve used in a minute. This is not an ai review or anything this is genuinely coming from a 7th grade student (I know 2011 im young) but dude this app is a 10/10 i have maintained a 3.8 gpa and have plenty of time for gaming. I love it and my mom is just happy I got good grades
Brad T
Android user
Not only did it help me find the answer but it also showed me alternative ways to solve it. I was horrible in math and science but now I have an a in both subjects. Thanks for the help🤍🤍
David K
iOS user
The app's just great! All I have to do is enter the topic in the search bar and I get the response real fast. I don't have to watch 10 YouTube videos to understand something, so I'm saving my time. Highly recommended!
Sudenaz Ocak
Android user
In school I was really bad at maths but thanks to the app, I am doing better now. I am so grateful that you made the app.
Greenlight Bonnie
Android user
I found this app a couple years ago and it has only gotten better since then. I really love it because it can help with written questions and photo questions. Also, it can find study guides that other people have made as well as flashcard sets and practice tests. The free version is also amazing for students who might not be able to afford it. Would 100% recommend
Aubrey
iOS user
Best app if you're in Highschool or Junior high. I have been using this app for 2 school years and it's the best, it's good if you don't have anyone to help you with school work.😋🩷🎀
Marco B
iOS user
THE QUIZES AND FLASHCARDS ARE SO USEFUL AND I LOVE Knowunity AI. IT ALSO IS LITREALLY LIKE CHATGPT BUT SMARTER!! HELPED ME WITH MY MASCARA PROBLEMS TOO!! AS WELL AS MY REAL SUBJECTS ! DUHHH 😍😁😲🤑💗✨🎀😮
Elisha
iOS user
This app is phenomenal down to the correct info and the various topics you can study! I greatly recommend it for people who struggle with procrastination and those who need homework help. It has been perfectly accurate for world 1 history as far as I’ve seen! Geometry too!
Paul T
iOS user
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
Stefan S
iOS user
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Samantha Klich
Android user
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.
Anna
iOS user
I think it’s very much worth it and you’ll end up using it a lot once you get the hang of it and even after looking at others notes you can still ask your Artificial intelligence buddy the question and ask to simplify it if you still don’t get it!!! In the end I think it’s worth it 😊👍 ⚠️Also DID I MENTION ITS FREEE YOU DON’T HAVE TO PAY FOR ANYTHING AND STILL GET YOUR GRADES IN PERFECTLY❗️❗️⚠️
Thomas R
iOS user
Knowunity is the BEST app I’ve used in a minute. This is not an ai review or anything this is genuinely coming from a 7th grade student (I know 2011 im young) but dude this app is a 10/10 i have maintained a 3.8 gpa and have plenty of time for gaming. I love it and my mom is just happy I got good grades
Brad T
Android user
Not only did it help me find the answer but it also showed me alternative ways to solve it. I was horrible in math and science but now I have an a in both subjects. Thanks for the help🤍🤍
David K
iOS user
The app's just great! All I have to do is enter the topic in the search bar and I get the response real fast. I don't have to watch 10 YouTube videos to understand something, so I'm saving my time. Highly recommended!
Sudenaz Ocak
Android user
In school I was really bad at maths but thanks to the app, I am doing better now. I am so grateful that you made the app.
Greenlight Bonnie
Android user
I found this app a couple years ago and it has only gotten better since then. I really love it because it can help with written questions and photo questions. Also, it can find study guides that other people have made as well as flashcard sets and practice tests. The free version is also amazing for students who might not be able to afford it. Would 100% recommend
Aubrey
iOS user
Best app if you're in Highschool or Junior high. I have been using this app for 2 school years and it's the best, it's good if you don't have anyone to help you with school work.😋🩷🎀
Marco B
iOS user
THE QUIZES AND FLASHCARDS ARE SO USEFUL AND I LOVE Knowunity AI. IT ALSO IS LITREALLY LIKE CHATGPT BUT SMARTER!! HELPED ME WITH MY MASCARA PROBLEMS TOO!! AS WELL AS MY REAL SUBJECTS ! DUHHH 😍😁😲🤑💗✨🎀😮
Elisha
iOS user
This app is phenomenal down to the correct info and the various topics you can study! I greatly recommend it for people who struggle with procrastination and those who need homework help. It has been perfectly accurate for world 1 history as far as I’ve seen! Geometry too!
Paul T
iOS user
aldereilamya
@aldereilamya
Discrete mathematics combines mathematical reasoning with computational foundations. This introduction to logic will help you understand the building blocks of mathematical thinking and how they apply to computer science and problem-solving.

Access to all documents
Improve your grades
Join milions of students
Logic forms the foundation of mathematical reasoning and clear thinking. When you understand logic, you can distinguish valid arguments from invalid ones and build stronger mathematical proofs.
The rules of logic help us understand statements like "There exists an integer that is not the sum of two squares" or mathematical formulas like "For every positive integer n, the sum of positive integers not exceeding n is n/2".
In computer science, logic isn't just theoretical—it's practical. Whether you're designing circuits, programming algorithms, or debugging code, logical thinking is essential to your success.
Remember: Logic isn't just about being "logical" in everyday speech—it's a precise mathematical system with specific rules and applications.

Access to all documents
Improve your grades
Join milions of students
When analyzing electrical circuits, we often make logical conjectures about how they function. Let's examine some statements about a circuit with lamps L1-L6:
These statements demonstrate how logic helps us understand relationships between components in a system. Some statements may seem similar but have different logical meanings.
Try this: Pick any two statements from above and determine if they're logically equivalent by writing out what happens in all possible scenarios.

Access to all documents
Improve your grades
Join milions of students
A proposition is a declarative sentence that is either true or false, but not both. This definition is crucial because it forms the foundation of logical reasoning.
Examples of propositions include:
Not everything is a proposition. Questions like "What time is it?" or commands like "Read this carefully" are not propositions because they don't declare facts that can be judged true or false.
Mathematical expressions with variables are not propositions by themselves because their truth value depends on the values assigned to the variables.
We use letters (typically p, q, r, s) to represent propositions, similar to how we use letters for variables in algebra. The truth value is denoted by T (or 1) for true propositions and F (or 0) for false ones.

Access to all documents
Improve your grades
Join milions of students
We have 4 basic logic operators used in the propositional calculus.
Based on them we can validate other propositions called Compound propositions by using the Truth Tables.
These operators allow us to build complex logical expressions and analyze their truth values systematically. In computer science, these operators translate directly to operations in Boolean logic, which forms the basis of digital circuit design and programming.
Pro tip: When working with truth tables, remember that with n propositions, you'll need to examine 2^n possible combinations of truth values.

Access to all documents
Improve your grades
Join milions of students
The negation of a proposition A is "no A," denoted or .
It is False when A is True and True when A is False. This logic operator can be summarized in the following Truth table:
| A | $\neg A$ |
|---|---|
| 0 | 1 |
| 1 | 0 |
The negation is a fundamental operation that simply flips the truth value of a proposition. It's similar to the NOT gate in digital electronics.
An interesting property worth noting is that the proposition has the same truth table as A. In other words, negating a negation brings you back to the original proposition.
This operation is critical because it allows us to express the opposite of any logical statement, which is essential for constructing complex logical arguments and proofs.

Access to all documents
Improve your grades
Join milions of students
The proposition "A and B" is True when A and B are simultaneously True. It is False elsewhere.
| A | B | A and B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
The conjunction has important properties:
These properties allow us to rearrange conjunctions without changing their meaning, which is useful when simplifying complex logical expressions or constructing proofs.
In computing: Conjunction is equivalent to the AND gate in digital circuits, and the && operator in many programming languages.

Access to all documents
Improve your grades
Join milions of students
The proposition "A or B" is False when A and B are simultaneously False.
It is True if one of them or both of them are True.
| A | B | A or B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
The disjunction has key properties similar to conjunction:
Two important logical equivalences worth remembering:
These are known as De Morgan's laws, which are extremely useful in simplifying logical expressions.

Access to all documents
Improve your grades
Join milions of students
"", is read "if , then " " implies " "for , it is sufficient " "for , it needs " " is a sufficient condition for " " is a necessarily condition for ".
Its Truth Table is:
| A | B | A ⇒ B |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Attention: By definition, "A ⇒ B" is True when A is False! This often confuses students, but it's crucial to understanding implication.
An important equivalence: "A ⇒ B" has the same truth table as "(not A) or B".
Critical insight: The logical implication is not the same as causality in the real world. A statement like "If 1+1=2, then x^n + y^n = z^n has no integer solutions for n≥3" is logically true, even though there's no causal relationship.

Access to all documents
Improve your grades
Join milions of students
When working with an implication , we can derive related implications:
The converse of is:
The contrapositive of is:
The negation of is:
The contrapositive is particularly useful in mathematics. When proving "if A then B," we can instead prove "if not B then not A," which is often easier.
This relationship between an implication and its contrapositive provides a powerful alternative approach to mathematical proofs.

Access to all documents
Improve your grades
Join milions of students
"" can be read as " is equivalent to " " if and only if " " is a necessarily and sufficient condition to "
Its truth table is the same as " and ". This means:
Conclusion: "" is True means that A and B have the same truth value.
Unlike implication, equivalence represents a stronger relationship between propositions - they must both be true together or both be false together.
Equivalence is not generally associative. That is, "" doesn't have the same truth table as " and ".
In mathematical proofs, a sequence of equivalences is often used when solving systems of equations because each step maintains the same solution set as the original.
Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.
You can download the app in the Google Play Store and in the Apple App Store.
That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.
0
Smart Tools NEW
Transform this note into: ✓ 50+ Practice Questions ✓ Interactive Flashcards ✓ Full Practice Test ✓ Essay Outlines
App Store
Google Play
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
Stefan S
iOS user
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Samantha Klich
Android user
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.
Anna
iOS user
I think it’s very much worth it and you’ll end up using it a lot once you get the hang of it and even after looking at others notes you can still ask your Artificial intelligence buddy the question and ask to simplify it if you still don’t get it!!! In the end I think it’s worth it 😊👍 ⚠️Also DID I MENTION ITS FREEE YOU DON’T HAVE TO PAY FOR ANYTHING AND STILL GET YOUR GRADES IN PERFECTLY❗️❗️⚠️
Thomas R
iOS user
Knowunity is the BEST app I’ve used in a minute. This is not an ai review or anything this is genuinely coming from a 7th grade student (I know 2011 im young) but dude this app is a 10/10 i have maintained a 3.8 gpa and have plenty of time for gaming. I love it and my mom is just happy I got good grades
Brad T
Android user
Not only did it help me find the answer but it also showed me alternative ways to solve it. I was horrible in math and science but now I have an a in both subjects. Thanks for the help🤍🤍
David K
iOS user
The app's just great! All I have to do is enter the topic in the search bar and I get the response real fast. I don't have to watch 10 YouTube videos to understand something, so I'm saving my time. Highly recommended!
Sudenaz Ocak
Android user
In school I was really bad at maths but thanks to the app, I am doing better now. I am so grateful that you made the app.
Greenlight Bonnie
Android user
I found this app a couple years ago and it has only gotten better since then. I really love it because it can help with written questions and photo questions. Also, it can find study guides that other people have made as well as flashcard sets and practice tests. The free version is also amazing for students who might not be able to afford it. Would 100% recommend
Aubrey
iOS user
Best app if you're in Highschool or Junior high. I have been using this app for 2 school years and it's the best, it's good if you don't have anyone to help you with school work.😋🩷🎀
Marco B
iOS user
THE QUIZES AND FLASHCARDS ARE SO USEFUL AND I LOVE Knowunity AI. IT ALSO IS LITREALLY LIKE CHATGPT BUT SMARTER!! HELPED ME WITH MY MASCARA PROBLEMS TOO!! AS WELL AS MY REAL SUBJECTS ! DUHHH 😍😁😲🤑💗✨🎀😮
Elisha
iOS user
This app is phenomenal down to the correct info and the various topics you can study! I greatly recommend it for people who struggle with procrastination and those who need homework help. It has been perfectly accurate for world 1 history as far as I’ve seen! Geometry too!
Paul T
iOS user
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
Stefan S
iOS user
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Samantha Klich
Android user
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.
Anna
iOS user
I think it’s very much worth it and you’ll end up using it a lot once you get the hang of it and even after looking at others notes you can still ask your Artificial intelligence buddy the question and ask to simplify it if you still don’t get it!!! In the end I think it’s worth it 😊👍 ⚠️Also DID I MENTION ITS FREEE YOU DON’T HAVE TO PAY FOR ANYTHING AND STILL GET YOUR GRADES IN PERFECTLY❗️❗️⚠️
Thomas R
iOS user
Knowunity is the BEST app I’ve used in a minute. This is not an ai review or anything this is genuinely coming from a 7th grade student (I know 2011 im young) but dude this app is a 10/10 i have maintained a 3.8 gpa and have plenty of time for gaming. I love it and my mom is just happy I got good grades
Brad T
Android user
Not only did it help me find the answer but it also showed me alternative ways to solve it. I was horrible in math and science but now I have an a in both subjects. Thanks for the help🤍🤍
David K
iOS user
The app's just great! All I have to do is enter the topic in the search bar and I get the response real fast. I don't have to watch 10 YouTube videos to understand something, so I'm saving my time. Highly recommended!
Sudenaz Ocak
Android user
In school I was really bad at maths but thanks to the app, I am doing better now. I am so grateful that you made the app.
Greenlight Bonnie
Android user
I found this app a couple years ago and it has only gotten better since then. I really love it because it can help with written questions and photo questions. Also, it can find study guides that other people have made as well as flashcard sets and practice tests. The free version is also amazing for students who might not be able to afford it. Would 100% recommend
Aubrey
iOS user
Best app if you're in Highschool or Junior high. I have been using this app for 2 school years and it's the best, it's good if you don't have anyone to help you with school work.😋🩷🎀
Marco B
iOS user
THE QUIZES AND FLASHCARDS ARE SO USEFUL AND I LOVE Knowunity AI. IT ALSO IS LITREALLY LIKE CHATGPT BUT SMARTER!! HELPED ME WITH MY MASCARA PROBLEMS TOO!! AS WELL AS MY REAL SUBJECTS ! DUHHH 😍😁😲🤑💗✨🎀😮
Elisha
iOS user
This app is phenomenal down to the correct info and the various topics you can study! I greatly recommend it for people who struggle with procrastination and those who need homework help. It has been perfectly accurate for world 1 history as far as I’ve seen! Geometry too!
Paul T
iOS user