document.write( "Question 1146214: Sally has two older siblings. Her brother is 2 years older than she is. Her sister is one less than twice Sally’s age. The sum of their ages is 33. Find all of their ages. \n" ); document.write( "
Algebra.Com's Answer #767495 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Sally           x             8\r\n" );
document.write( "Brother         x+2          10\r\n" );
document.write( "Sister          2x-1         15\r\n" );
document.write( "SUM             33\r\n" );
document.write( "
\n" ); document.write( "
\n" );