- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to solve an Equation?
Equation :
An equation indicates that the two terms are equal. The two terms are separated by the symbol "=".
For example :
$3 x + 5 = 11$
From the above equation, we can infer that $3 x +5$ and 11 are equal.
Solving an equation :
Step 1: Add or subtract similar terms.
Step 2: Bring the variables on one side, and number on the other side of the '=' symbol.
Step 3: Multiply or divide the terms, to get the value of the variable.
For Example :
Solve the equation $3 x + 5 = 11$
Step 1: $3 x + 5 = 11$
Step 2: $3 x = 11 - 5$
$ 3 x = 6$
Step 3: $3 x = 6$
$ x = \frac{6}{3}$
$x = 2$.
The value of x is 2.
This means if we substitute $x = 2$ in the given equation, both the Left-hand side and Right-hand side should be equal.
- Related Articles
- Solve the following equation$x^{2}r^{2}+2r(2q-p) x+(p-2q)^{2}=0$
- What is an equation $4=5(p-2)-4=5(p-2)$
- Solve: $72\p 12$.
- Solve \( 2 p^{2} q^{2}-3 p q+4,5+7 p q-3 p^{2} q^{2} \).
- Solve the following:$10 p = 100$
- Find the value of p for which the quadratic equation $(p + 1)x^2 - 6(p + 1)x + 3(p + 9) = 0, p ≠ -1$ has equal roots. Hence, find the roots of the equation.
- Solve the following:$2(p+3) = 14$.
- If Q varies directly as P and Q = 28 when P = 4, thena) Write an equation connecting P and Qb) Find the value of O when P = 5 andc) Find the value of P when Q = 42.
- If p, q are real and p≠q, then show that the roots of the equation $(p-q)x^2+5(p+q)x-2(p-q)=0$ are real and unequal.
- Solve the following equations:$4=5(p-2)$.
- Solve the following:$34-5(p-1) = -4$.
- Solve: $(-3)^{4}\p( \frac{-2}{3})^{4}$.
- Solve the following equations.\( 17+6 p=9 \).
- Difference between ++*p, *p++ and *++p in c++
- Difference between ++*p, *p++ and *++p in C
