document.write( "Question 298701: twenty four is divided into two parts such that 7 times the first part added to 5 times the second part makes 146. Find each part. \n" ); document.write( "
Algebra.Com's Answer #214782 by mananth(16946)![]() ![]() You can put this solution on YOUR website! twenty four is divided into two parts such that 7 times the first part added to 5 times the second part makes 146. Find each part.\r \n" ); document.write( "\n" ); document.write( "let one part be x.----------- 7 times the first part = 7x\r \n" ); document.write( "\n" ); document.write( "the other part will be 24-x.---- 5 times the secon part = 5 ( 24-x)\r \n" ); document.write( "\n" ); document.write( "7x+5(24-x)=146\r \n" ); document.write( "\n" ); document.write( "7x+120-5x=146\r \n" ); document.write( "\n" ); document.write( "2x=146-120 \n" ); document.write( "2x=26 \n" ); document.write( "x=13\r \n" ); document.write( "\n" ); document.write( "other part is 11 \n" ); document.write( " |