document.write( "Question 912465: Sana is twice as old as her youngest brother. If the difference between their ages is 15 years. How old is her youngest brother? \n" ); document.write( "
Algebra.Com's Answer #554405 by battyb(1)![]() ![]() ![]() You can put this solution on YOUR website! Sana is twice as old as her youngest brother: \r \n" ); document.write( "\n" ); document.write( "s = 2b \r \n" ); document.write( "\n" ); document.write( "If the difference between their ages is 15 years: \n" ); document.write( "s = b + 15 \r \n" ); document.write( "\n" ); document.write( "Since we know the value of s is equal to 2b, we can substitute: \r \n" ); document.write( "\n" ); document.write( "2b = b + 15 \n" ); document.write( "Then subtract b from each side: \n" ); document.write( "2b = b + 15 \n" ); document.write( "-b   -b \r \n" ); document.write( "\n" ); document.write( "b = 15 \r \n" ); document.write( "\n" ); document.write( "Therefore, the age of the little brother is 15 years. \n" ); document.write( "And the age of Sana is 30. \n" ); document.write( " |