document.write( "Question 1057892: There are 3 childrenL Ivan, Maria and Nadia. Ivan is 3 times older than Nadia. Maria is 5 years younger than Ivan. The sum of the years of the 3 childres is: 23. How old are Ivan, Maria and Nadia? \n" ); document.write( "
Algebra.Com's Answer #672890 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Children: I, M, N \n" ); document.write( "N = I/3 \n" ); document.write( "M = I-5 \n" ); document.write( ": \n" ); document.write( "I+M+N = 23 substitute: \n" ); document.write( "I+I/3+I-5 = 23 \n" ); document.write( "2I+I*1/3-5 = 23 On the left, 2I+I/3 = 7I/3 \n" ); document.write( "7I/3-5 = 23 \n" ); document.write( "7I/3 = 28 multiply both sides times 3 \n" ); document.write( "7I = 84 \n" ); document.write( "I = 12 Ivan is 12 \n" ); document.write( "Nadia is 12/3 = 4 \n" ); document.write( "Maria is 12-5 = 7 \n" ); document.write( " \n" ); document.write( " |