.omtex-card {
background: #ffffff;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 25px;
padding: 25px;
border-left: 5px solid #008e70;
}
.omtex-header-main {
background-color: #31708f;
color: #ffffff;
padding: 20px;
border-radius: 8px;
margin-bottom: 20px;
text-align: center;
}
.omtex-header-main h1 {
margin: 0;
font-size: 24px;
font-weight: 700;
}
.omtex-header-main p {
margin: 5px 0 0;
font-size: 16px;
opacity: 0.9;
}
.omtex-section-title {
color: #008e70;
font-size: 20px;
font-weight: 700;
border-bottom: 2px solid #eee;
padding-bottom: 10px;
margin-top: 0;
}
.omtex-try-these {
background-color: #fff9f1;
border-left: 5px solid #e36c0a;
padding: 20px;
border-radius: 0 10px 10px 0;
margin: 20px 0;
}
.omtex-try-these h3 {
color: #e36c0a;
margin-top: 0;
}
.omtex-image-container {
text-align: center;
margin: 20px 0;
}
.omtex-image-container img {
max-width: 100%;
height: auto;
border-radius: 4px;
transition: transform 0.3s ease;
}
.omtex-image-container img:hover {
transform: scale(1.02);
}
.omtex-variable {
color: #008e70;
font-weight: bold;
font-style: italic;
}
.omtex-highlight-box {
background-color: #e7f3ef;
padding: 15px;
border-radius: 8px;
margin: 15px 0;
}
.omtex-footer-info {
font-size: 12px;
color: #777;
border-top: 1px solid #ddd;
padding-top: 15px;
margin-top: 30px;
}
@media (max-width: 600px) {
.omtex-content-wrapper {
padding: 10px;
}
.omtex-card {
padding: 15px;
}
.omtex-header-main h1 {
font-size: 20px;
}
}
Introduction to Algebra
6th Maths : Term 1 Unit 2 | Chapter 2
Solving unknowns through examples
Let us fill up the empty boxes
The
stands for an unknown number.
To make the equations meaningful, we shall write 5 in the first box, we shall write 7 in the second box and we shall write 6 in the third box.
Try these
Find the unknown.
Example 2.1
Suppose that there are some eggs in a tray. If 6 eggs are taken out from it and still 10 eggs are remaining, how many eggs are there in the tray?
According to the given statement,
This can be written as, x – 6 gives 10, where ‘x’ denotes the unknown number.
Now, we will find out for what value of ‘x’, x − 6 gives 10.
Hence, the unknown number (variable) ‘x’ takes the value 16.
Try this
Find the suitable value of ‘m’, to get a sum of 9?
Example 2.2
Athiyan and Mugilan are brothers. Athiyan is ‘p’ years old and Mugilan is elder to Athiyan by 6 years. Write an algebraic statement for this and find the age of Mugilan if Athiyan is 20 years old.
Age of Athiyan = ‘p’ years
Age of Mugilan = ‘p + 6’ years (algebraic statement)
If p = 20, then Mugilan’s age is = 20 + 6
= 26 years.