document.write( "Question 1141879: The ratio of the ages of two sisters is 4 :3.The elder sister is 3 years older than the younger one. Find their ages. \n" ); document.write( "
Algebra.Com's Answer #762522 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let a represent the age of the older sister. \n" ); document.write( "let b represent the age of the younger sister.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the ratio of the older sister to the younger sister is 4:3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get a/b = 4/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the older sister is 3 years older than the younger sister.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get a = b + 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the equation of a/b = 4/3, replace a with b + 3 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(b + 3) / b = 4 / 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of this equation by b to get b + 3 = 4 * b / 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of this equation by 3 to get 3 * b + 9 = 4 * b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 3 * b from both sides of this equation to get 9 = 4 * b - 3 * b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get 9 = b.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's the age of the younger sister.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the older sister is 3 years older, so the age of the older sister is 12.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have a = 12 and b = 9, with a representing the age of the older sister and b representing the age of the younger sister.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the ratio of the age of the older sister to the age of the younger sister is equal to a / b which is equal to 12 / 9.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can be simplified to 4 / 3, confirming the solution is good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |