document.write( "Question 951961: Suppose the ages of two siblings are consecutive odd integers. If the product of their ages is 35, what is the age (in years) of the younger sibling? (Enter an exact number.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #581423 by macston(5194)![]() ![]() You can put this solution on YOUR website! y=younger; y+2=older \n" ); document.write( "(y)(y+2)=35 \n" ); document.write( "y^2+2y-35=0
\n" ); document.write( "\n" ); document.write( "ANSWER The age of the younger sibling is 5. \n" ); document.write( "y+2=5+2=7 The older sibling is 7. \n" ); document.write( " |