MMW Finals
MMW Finals
MMW Finals
A. Problem Solving
What is a Problem?
Problem Solving is the ability to make decisions, view, formulate, model and investigate problem
situations, and communicate solutions effectively. In plain language, problem solving is the ability to
solve or eliminate obstacle so that we can get what we want.
- Stresses the use of sets of known or prescribed procedures (algorithms) to solve problems.
- Stresses the use of heuristics and often requires little to no use of algorithms.
Two types:
1. Static Non-Routine Problems - Problems have a fixed, known goal and fixed, known elements
that are used to resolve the problem.
2. Active Non- Routine Problems - May have a fixed goal with changing elements, a changing goal
or alternative goals with fixed elements, or changing or alternative goals with changing
elements.
Benefits of Problem Solving
2. It can identify students who have the ability to transfer the knowledge learned into new
situations.
B. Reasoning
- Sophisticated capacity for logical thought and actions, such as analyzing, providing, evaluating,
explaining, justifying, and generalizing.
Conjecture/ hypothesis – the conclusion formed as a result of inductive reasoning which may or
Counterexamples – A statement is a true statement provided it is true in all cases. If you can find
one case in which a statement is not true, called a counterexample then the statement is a false
statement.
Types of Reasoning
Fibonacci Sequence - Fibonacci rabbit problem in chapter 1 is not realistic model of population growth
of rabbits but is a very good example of a mathematical problem solved using patterns.
F 2 = 1 and F 2 = 1
using information gained from the checking process to revise the guess.
Steps:
Chapter 4: Statistics
Statistics is a discipline that deals with the structured approach of gathering, classifying, displaying,
assessing, and measuring qualitative and numerical data for successful decision-making.
Branches of Statistics
1. Descriptive Statistics – method of organizing, summarizing, and presenting data in the form which will
make them easier to analyze and interpret. In this branch of statistics, the goal is to describe the data.
Several items belong in this portion of statistics, such as:
b. Measures of Position
d. Measures of Shape
2. Inferential Statistics - refers to the drawing of valid conclusions or inferences about a population
based on a representative sample systematically taken from the same population.
b. Ungrouped Data - A set or array of things or observation that has not undergone any classification.
- A measure of central tendency is a summary statistic that represents the center point or typical value
of a dataset. These measures indicate where most values in a distribution fall and are also referred to as
the central location of a distribution.
Three Most Common Measures of Central Tendency
1. Mean/Arithmetic Mean - To find the mean of the ungrouped data, use the formula
Where:
a.) If the number of cases is odd, the middle value is the median
b.) If the number of cases is even, the average of the two middle value is the median
3. Mode – the most frequent value in the distribution.
Types of Mode
1. No mode – no mode
2. Unimodal – 1 mode
3. Bimodal – 2 modes
4. Trimodal – 3 modes
Where: w – weight
x – observed value
B.2. Calculating the Measures of Central Tendency for Grouped Data
1. Mean
2.Median
Formula:
3.Mode
Formula:
Where
Mo = Mode
fmo = Frequency of the modal class
LBmo = Lower class boundary containing the modal class
f1 = Frequency of the class boundary before the modal class
f2 = Frequency of the class boundary after the modal class
i = Class size
Dispersion/Variation- Measures the tendency of numerical data to spread around the average
value. Measures of Dispersion/Variability. Describes the distribution or variance of the data
across the central value. It shows the scatterings of the data.
1. Range – the interval between the highest and the lowest score. The range is a measure of variability
or scatteredness of the variates or observations among themselves and does not give an idea about the
spread of the observations around some central value.
2. Mean Absolute Deviation – The average of the absolute deviation of the individual score from the
mean of the entire set of data.
1. Range
R = HV – LV.
Where:
HV – Highest Value
LV – Lowest Value
To compute for the Variance and Std. Deviation, we will use the formulas
To compute for the range of a grouped data, we will use the formula:
R=
Where:
To compute for the Mead Absolute Value of a grouped data, we will use the formula
f – frequency
To compute for the Variance and Std. Deviation, we will use the formulas: Variance and Std. Deviation
Correlation Coefficient (r) – a number between -1 and +1 which provides a measure of the strength or
degree of the linear association.
Types of Correlation
a. Positive correlation – implies a direct relationship between variables, that is, as one variable increases
(decreases) the other variable also increases(decreases).
b. 0 (Zero) correlation – indicates the absence of the relationship between two variables.
c. Negative correlation – shows the inverse relationship between two variables such that if one variable
increases, the other variable decreases, and vice versa.
Scatter Diagram – a graphic visualization of the relationship between 2 variables (bivariate data). It plots
Chapter 5 : Logic
Lesson 5.1 Logic Statements and Quantifiers
Logic - the study of the correctness or incorrectness of arguments. It is the art of Reasoning the basis of
all mathematical reasoning.
Logicians (people who study Logic) classify arguments as inductive or deductive. In the development of
any mathematical theory, assertions are made in the form of sentences. Such verbal or written
assertions, called statements or propositions.
Truth Value - It is the attribute assigned to a proposition in respect of its truth or falsehood, which in
classical logic has only two possible values that is true or false.
DEFINITION OF TERMS:
RATE OF INTEREST (r). The fractional part of the principal that is paid on the loan or
TIME or TERM (t). The number of years for which the money is borrowed or invested.
FUTURE VALUE /MATURITY VALUE (F). The sum composed of the principal and
where:
I = interest earned
t = number of years
Compound Interest - is the addition of interest to the principal sum of a loan or deposit,
or in other words, interest on interest.
Definition of terms:
- A branch of mathematics that describes and analyzes any mathematical structures that
Definition of terms
Term Description
A graph is a set of points called vertices or nodes and segments of line or curves
Graphs
called edges connecting the vertices
Vertex A point in the graph
Degree of a
The number of edges attached to a vertex.
vertex
Adjacent
Two vertices are adjacent if there is an edge joining them.
Vertices
Edge A segment of line that connects two vertices
Graphs that have steering edges. The edges imply a one-way relationship, since
Directed Graphs
each edge can be traversed in one direction only.
Undirected Graphs that are directionless base. The edges imply a two-way relationship, in that
Graphs in both directions each edge can be traversed.
Loop A self-loop is an edge that joins a single endpoint to itself.
If two vertices are connected by more than one edge, these edges are called
Multiple Edges
multiple edges.
Walk A finite sequence of edges of the form V -V -V -V -V
0 1 2 3 n
Initial Vertex
(V )
0 Starting point
Terminal Vertex
(V )
n End point
Trail A walk with no repeated edge
Path A walk with no repeated vertex except the possible initial and terminal vertex.
Closed Path A path that begins and ends with the same vertex.
Trivial A walk, trail or path with only one vertex and no edge.
Circuit A non-trivial closed trail from a vertex to itself.
Cycle A circuit that does not contain any repetition except the initial vertex.
It begins and ends with the same vertex.
If every pair of vertices of a graph are adjacent and every edge is drawn between
Complete Graph
vertices. It should not contain multiple edge.
Connected A graph is considered connected if and only if there is a path between each pair of
Graph vertices.
Types of graphs
Term Description Illustration
Empty A graph that has no vertex nor
Graph edge
Is a graph which consist of a
Multigraph
vertex with multiple edge.
A subgraph of G is a graph,
Subgraph whose vertices belongs to v(G)
and edges e(G).
Eulerian Circuits - A closed path that uses every edge, but never uses the same edge twice.
Eulerian Path
Eulerian Graph- A graph that contains a Eulerian Circuit.
Semi-Eulerian Graph - A graph is considered semi-eulerian if it is connected and there exist an
open trail containing every edge of the graph.
Non-Eulerian Graph - A graph that is neither eulerian nor semi-eulerian because there is no
possible circuit or trail to cover all edges once.
Eulerian Graph Theorem (EGT) - A connected graph is Eulerian if and only each vertex of the graph is of
even degree.
Euler Path Theorem (EPT) - A connected graph contains an Euler Path if and only if the graph has two
vertices of odd degree with all other vertices are even.
Hamiltonian Path/ Traceable Path - A path that visits each vertex of the graph exactly once that
starts from one vertex and ends to another vertex.
Possible not passing through some of the edge.
Hamiltonian Circuit - A path that uses each vertex of a graph exactly once and returns to the
starting point.
Hamiltonian Graph - A graph that contains a Hamiltonian circuit. Named after an Irish
Mathematician, Sir Willan Rowen Hamilton (1805-1865)
Semi-Hamiltonian Graph - A graph that contains a Hamiltonian Path but not a Hamiltonian
Circuit.
Non-Hamiltonian Graph - A graph that is neither Hamiltonian nor Semi-Hamiltonian.
A step-by - step method to calculate the smallest total weight possible to find a pretty
good solution.
Greedy Algorithm – it is called the greedy algorithm because at any opportunity we get, it asks us to
choose the cheapest / smallest weight alternative.
Steps:
Choose a starting point, then move along the smallest weight of the linked edge. (Pick any one
After arriving at the next vertex, travel along the next smallest edge that connects to the next
vertex that was not yet visited. Until you have visited all vertices, continue with the process.
Steps:
Mark the edge with the smallest weight in the graph. (Pick any one if there are several edges
Mark the edge of the next smallest weight in the graph as long as it does not complete a circuit
This process continues until it is no longer possible to mark the tip. Then mark the final edge
A. Planarity of graph
Planar Graph - A planar graph is a graph that can be drawn so that no edges intersect/overlap on each
other.
Planar Drawing - if the graph is redrawn in such a way that no edges overlap.
Utility graph - These graphs areconsidered non planar graph since there are no possible planar
drawing that can be drawn.
Subgraph Theorem - If a graph has a subgraph that is not planar, then the graph is also not
planar.
Contraction of a graph - Shrinking an edge until two vertices it connects comes together and
blend into one
Nonplanar Graph Theorem - A graph is nonplanar if and only it has a utilities graph or k 5 as a subgroup,
or at least a subgraph that can be contracted to the utilities graph or k 5.
B. Euler’s Formula - is the most important formula for studying planar graphs. It was first proved by
Leonhard Euler, an 18th century Swiss mathematician.
Faces - In a planar drawing of a graph, the edge dividing the graph into each region, these regions are
called faces.
C. Graph Coloring - Graph coloring is the technique of assigning of colors to each vertex of a graph G so
that no adjacent vertices get same color.
Vertex Coloring - A vertex coloring is an assignment of labels or colors to each vertex of a graph in such a
way that two identically colored vertices are not connected by any edge.
Edge Coloring - Edge coloring of a graph is an edge coloring such that no two neighboring edges are
given the same color.
2-Colorable Graph Theorem- A graph is 2-colorable if and only of it has a circuit that consist of an odd
number of vertices.