document.write( "Question 839792: the ratio of two numbers is 8 to 9. Their difference is 10. What are the numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #505830 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! set = the first number \n" ); document.write( "y = second number \n" ); document.write( "x/y = 8/9 \n" ); document.write( "y-x = 10 \n" ); document.write( "solve for y in the second equation \n" ); document.write( "add x to each side \n" ); document.write( "y = x + 10 \n" ); document.write( "substitute x + 10 for y in x/y = 8/9 \n" ); document.write( " \n" ); document.write( "do cross products \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "add -8x to each side \n" ); document.write( "x = 80 \n" ); document.write( "since x/y =8/9 with x = 80, y = 90 \n" ); document.write( " \n" ); document.write( " |