document.write( "Question 334555: Find all the values of x satisfying the given conditions.
\n" ); document.write( " Y1=13x-4, Y2=5x+10 and Y1 exceeds Y2 by 2.
\n" ); document.write( "

Algebra.Com's Answer #239738 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"Y1=Y2%2B2\"
\n" ); document.write( "\"13x-4=5x%2B10%2B2\"
\n" ); document.write( "\"13x-4=5x%2B12\"
\n" ); document.write( "\"8x=16\"
\n" ); document.write( "\"x=2\"
\n" ); document.write( "When \"x=2\", \"Y1=13%282%29-4=22\", \"Y2=5%282%29%2B10=20\".
\n" ); document.write( "
\n" );