document.write( "Question 1171445: Good day tutors, theres this one problem i kinda need help with
\n" );
document.write( "1. The sum of two numbers is 87. The larger number subtracted from twice the smaller is 18. What are the numbers. \n" );
document.write( "
Algebra.Com's Answer #796382 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let x = the larger number \n" ); document.write( "let y = the smaller \n" ); document.write( "; \n" ); document.write( "write a equation for each statement \n" ); document.write( ": \n" ); document.write( "1. The sum of two numbers is 87. \n" ); document.write( " x + y = 87 \n" ); document.write( " The larger number subtracted from twice the smaller is 18. \n" ); document.write( " 2y - x = 18 \n" ); document.write( "Rearrange equation for elimination with the first equation \n" ); document.write( "-x + 2y = 18 \n" ); document.write( " x + y = 87 \n" ); document.write( "--------------addition eliminates x find y \n" ); document.write( " 0 + 3y = 105 \n" ); document.write( "y = 105/3 \n" ); document.write( "y = 35 \n" ); document.write( "then \n" ); document.write( "x + 35 = 87 \n" ); document.write( "x = 87 - 35 \n" ); document.write( "x = 52 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions in the 2nd equation \n" ); document.write( "2(35) - 52 = 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " What are the numbers. \n" ); document.write( " |