document.write( "Question 97: The difference between two numbers is -38. Two times the smaller number minus five times the larger number is -217. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #48 by ichudov(507)![]() ![]() You can put this solution on YOUR website! small number - big number = -38 \n" ); document.write( "2*(small number) - 5(big number) = -217\r \n" ); document.write( "\n" ); document.write( "replace \"small number\" with S, \"big number\" with B.\r \n" ); document.write( "\n" ); document.write( "S - B = -38 \n" ); document.write( "2S - 5B = -217.\r \n" ); document.write( "\n" ); document.write( "This is a simple linear system, for which I have a solver that shows work, use it. \n" ); document.write( " |