- 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
Determine graphically the coordinates of the vertices of a triangle, the equations of whose sides are:
$y=x, y=2x$ and $y+x=6$
Given:
The equations of the sides of the given triangle are:
$y=x, y=2x$ and $y+x=6$
To do:
We have to determine the vertices of the given triangle.
Solution:
To represent the above equations graphically we need at least two solutions for each of the equations.
For equation $y=x$,
If $x=0$ then $y=0$
If $x=1$ then $y=1$
$x$ | $0$ | $1$ |
$y$ | $0$ | $1$ |
For equation $y=2x$,
If $x=0$ then $y=2(0)=0$
If $x=2$ then $y=2(2)=4$
$x$ | $0$ | $2$ |
$y$ | $0$ | $4$ |
For equation $y+x=6$,
$y=6-x$
If $x=3$ then $y=6-3=3$
If $x=2$ then $y=6-2=4$
$x$ | $3$ | $2$ |
$y$ | $3$ | $4$ |
The above situation can be plotted graphically as below:
The lines AB, AD and EF represent the equations $y=x$, $y=2x$ and $y+x=6$ respectively.
As we can see, the points of intersection of the lines AB, CD and EF taken in pairs are the vertices of the given triangle.
Hence, the vertices of the given triangle are $(0,0), (3,3)$ and $(2,4)$.
- Related Articles
- Determine graphically the coordinates of the vertices of a triangle, the equations of whose sides are:$y=x, 3y=x, x+y=8$
- Determine graphically the vertices of the triangle, the equations of whose sides are given below:$y\ =\ x$, $y\ =\ 0$ and $3x\ +\ 3y\ =\ 10$
- Determine graphically the vertices of the triangle, the equations of whose sides are given below:$2y\ –\ x\ =\ 8$, $5y\ –\ x\ =\ 14$ and $y\ \ 2x\ =\ 1$
- Determine, graphically, the vertices of the triangle formed by the lines\( y=x, 3 y=x, x+y=8 \)
- Determine, graphically, the vertices of the triangle formed by the lines $y=x, 3y=x, x+y=8$.
- Determine, algebraically, the vertices of the triangle formed by the lines$3 x-y=3$$2 x-3 y=2$$x+2 y=8$
- Solve graphically the following system of linear equations. Also find the coordinates of the points where the lines meet axis of y.$2x\ +\ y\ -\ 11\ =\ 0$ $x\ -\ y\ -\ 1\ =\ 0$
- Solve graphically the following system of linear equations. Also find the coordinates of the points where the lines meet axis of y. $2x\ -\ y\ -\ 5\ =\ 0$ $x\ -\ y\ -\ 3\ =\ 0$
- Draw the graphs of the equations $5x – y = 5$ and $3x – y = 3$. Determine the coordinates of the vertices of the triangle formed by these lines and the y-axis.
- Solve the following system of equations graphically: $x\ +\ y\ =\ 3$$2x\ +\ 5y\ =\ 12$
- Solve the following system of equations graphically:$x\ +\ y\ =\ 4$$2x\ –\ 3y\ =\ 3$
- Represent the following pair of equations graphically and write the coordinates of points where the lines intersect y-axis$x+3y=6$$2x-3y=12$
- Solve the following pair of equations by reducing them to a pair of linear equations$ 6 x+3 y=6 x y $$2 x+4 y=5 x y $
- Solve graphically the following system of linear equations. Also, find the coordinates of the points where the lines meet the axis of x: $2x\ +\ y\ =\ 6$$x\ -\ 2y\ =\ -2$
- Solve the following system of equations graphically:$2x\ +\ 3y\ =\ 4$$x\ –\ y\ +\ 3\ =\ 0$
