document.write( "Question 1080385: Lee has an older sister and a younger sister. Her older sister is one year more than twice Lee's age. Lee's younger sister is three years younger than she is. The sum of their three ages is 26. Find Lee's age? \n" ); document.write( "
Algebra.Com's Answer #694527 by rapture(86)![]() ![]() You can put this solution on YOUR website! Your question as typed yields a fractional answer, which is not possible in terms of age. I think you meant to say that Lee's younger sister is three years younger than him not the older sister. \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "Let x = Lee\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let 2x + 1 = older sister\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let x - 3 = younger sister\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sum of their ages is\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (2x + 1) + (x - 3) = 26\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve for x to find Lee's age. \n" ); document.write( " |