document.write( "Question 655396: one number is 32 more than the second number twice the first number is 4 more than 8 times the second number. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #409089 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! one number is 32 more than the second number twice the first number is 4 more than 8 times the second number. Find the numbers. \n" ); document.write( "** \n" ); document.write( "let x= second number \n" ); document.write( "x+32=first number \n" ); document.write( ".. \n" ); document.write( "2(x+32)=8x+4 \n" ); document.write( "2x+64=8x+4 \n" ); document.write( "6x=60 \n" ); document.write( "x=10 \n" ); document.write( "x+32=42 \n" ); document.write( "second number=10 \n" ); document.write( "first number=42 \n" ); document.write( " |