document.write( "Question 92913: Separate 25 into two parts so that the second part is 5 less than twice the first part. Find each part. \n" ); document.write( "
Algebra.Com's Answer #67606 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! Let the first part = x. \n" ); document.write( "Then, second part = (25 - x).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "According to the problem: \n" ); document.write( "Second part = 2(first part) - 5 \n" ); document.write( "So, (25 - x) = 2x - 5 \n" ); document.write( "3x = 30 \n" ); document.write( "x = 30/3 = 10 \n" ); document.write( "So, (25 - x) = 25 - 10 = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the two parts are: 10 and 15. \n" ); document.write( " |