document.write( "Question 386382: julio is 4 times as old as maria his sister. in 6 years he will only be twice as old. how old is julio and maria now
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #273199 by gwendolyn(128)![]() ![]() You can put this solution on YOUR website! We want to determine the ages of Julio and Maria, so we will assign them both variables: \n" ); document.write( "let j= Julio's age \n" ); document.write( "let m= Maria's age \n" ); document.write( "Now, we can use these variables in equations. The problem states that Julio is four 4 times as old as Maria. This means that Julio's age is four multiplied by Maria's age. This can be set up as the equation below: \n" ); document.write( "j=4m \n" ); document.write( "We have two variables, so we need another equation. We also know that in six years, Julio's age will be twice (two times) Maria's age. The way to write this is a little bit more complicated. First, we have to remember that this equation is from \"in 6 years.\" Because of this, we need to add 6 to each age. [(j+6); (m+6)] Since Julio's age six years from now will be twice Maria's age 6 years from now, we can write the equation as below: \n" ); document.write( "j+6=(m+6)*2 \n" ); document.write( "Since we already know j's value in terms of m (from above, j = 4m), we can substitute 4m for the j in our second equation: \n" ); document.write( "4m + 6 = (m + 6)*2 \n" ); document.write( "Both halves of the equation can be simplified. \n" ); document.write( "First, we'll distribute the two in the second half of the equation: \n" ); document.write( "4m + 6 = 2m + 2*6 \n" ); document.write( "Then we can multiply the 6 and 2 in the second half: \n" ); document.write( "4m + 6 = 2m + 12 \n" ); document.write( "After that, we can subtract 6 from each side: \n" ); document.write( "4m + 6 -6 = 2m + 12 - 6 \n" ); document.write( "4m = 2m + 6 \n" ); document.write( "Now, we can subtract 2m from both sides. \n" ); document.write( "4m - 2m = 2m + 6 -2m \n" ); document.write( "2m = 6 \n" ); document.write( "And divide each side by 2: \n" ); document.write( "m =3\r \n" ); document.write( "\n" ); document.write( "Therefore, Maria is 3 years old. \n" ); document.write( "We also need to determine Julio's age. We know Julio is 4 times Maria's age so we can plug Maria's age into that equation: \n" ); document.write( "j=4m \n" ); document.write( "j = 4*3 \n" ); document.write( "j = 12 \n" ); document.write( "So, Julio is 12 years old and Maria is 3 years old. \n" ); document.write( " \n" ); document.write( " |