document.write( "Question 230510: The sum of two numbers is 18. The difference between four times the smaller number and seven is
\n" );
document.write( "equal to the sum of two times the larger number and five. Find the two numbers. \n" );
document.write( "
Algebra.Com's Answer #170754 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x+y=18 or x=18-y \n" ); document.write( "4x-7=2y+5 \n" ); document.write( "4(18-y)-7=2y+5 \n" ); document.write( "72-4y-7=2y+5 \n" ); document.write( "-4y-2y=5-72+7 \n" ); document.write( "-6y=-60 \n" ); document.write( "y=-60/-6 \n" ); document.write( "y=10 ans. \n" ); document.write( "x=18-10 \n" ); document.write( "x=8 ans. \n" ); document.write( "Proof: \n" ); document.write( "4*8-7=2*10+5 \n" ); document.write( "32-7=20+5 \n" ); document.write( "25=25 \n" ); document.write( " |