document.write( "Question 815705: The abscissa of a point is two-fifths of its ordinate. Find the point if it is 5 units from (-2,2). \n" ); document.write( "
Algebra.Com's Answer #491163 by TimothyLamb(4379)\"\" \"About 
You can put this solution on YOUR website!
point1 (x,y)
\n" ); document.write( "x = (2/5)y
\n" ); document.write( "y = (5/2)x
\n" ); document.write( "point2 (-2,2)
\n" ); document.write( "---
\n" ); document.write( "distance between two points:
\n" ); document.write( "d = sqrt( dx^2 + dy^2 )
\n" ); document.write( "where:
\n" ); document.write( "dx is the difference between the x-coordinates
\n" ); document.write( "dy is the difference between the y-coordinates
\n" ); document.write( "---
\n" ); document.write( "d = sqrt( dx^2 + dy^2 )
\n" ); document.write( "5 = sqrt( (x + 2)^2 + ((5/2)x - 2)^2 )
\n" ); document.write( "25 = (x + 2)^2 + ((5/2)x - 2)^2
\n" ); document.write( "25 = (x + 2)(x + 2) + ((5/2)x - 2)((5/2)x - 2)
\n" ); document.write( "25 = xx + 4x + 4 + (25/4)xx - 10x + 4
\n" ); document.write( "25 = (4/4)xx + (25/4)xx - 6x + 8
\n" ); document.write( "(29/4)xx - 6x - 17 = 0
\n" ); document.write( "7.25xx - 6x - 17 = 0
\n" ); document.write( "---
\n" ); document.write( "the above quadratic equation is in standard form, with a=7.25, b=-6, and c=-17
\n" ); document.write( "---
\n" ); document.write( "to solve the quadratic equation, plug this:
\n" ); document.write( "7.25 -6 -17
\n" ); document.write( "into this: https://sooeet.com/math/quadratic-equation-solver.php
\n" ); document.write( "---
\n" ); document.write( "the roots of the quadratic are:
\n" ); document.write( "x = 2
\n" ); document.write( "x = -1.17241379
\n" ); document.write( "---
\n" ); document.write( "Answer:
\n" ); document.write( "both roots are valid values of x for point1
\n" ); document.write( "(i.e. both roots answer the question as to what is the value of x for point1.)
\n" ); document.write( "---
\n" ); document.write( "point1: (2, 5)
\n" ); document.write( "or
\n" ); document.write( "point1: (-1.17241379, -2.9310343)
\n" ); document.write( "---
\n" ); document.write( "Solve and graph linear equations:
\n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php
\n" ); document.write( "---
\n" ); document.write( "Solve quadratic equations, quadratic formula:
\n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php
\n" ); document.write( "---
\n" ); document.write( "Convert fractions, decimals, and percents:
\n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php
\n" ); document.write( "---
\n" ); document.write( "Calculate and graph the linear regression of any data set:
\n" ); document.write( "https://sooeet.com/math/linear-regression.php
\n" ); document.write( "
\n" );