document.write( "Question 896323: If bob is 1/3 of Stan age and their total age combine together is 100, what is each of their ages? \n" ); document.write( "
Algebra.Com's Answer #543405 by thesvw(77)![]() ![]() You can put this solution on YOUR website! Let Stan age be S and Bobs age be B.\r \n" ); document.write( "\n" ); document.write( "B = (1/3)*S\r \n" ); document.write( "\n" ); document.write( "B + S = 100\r \n" ); document.write( "\n" ); document.write( "3B = S\r \n" ); document.write( "\n" ); document.write( "B + 3B = 100\r \n" ); document.write( "\n" ); document.write( "4B = 100\r \n" ); document.write( "\n" ); document.write( "B = 25\r \n" ); document.write( "\n" ); document.write( "Bobs age = 25 years\r \n" ); document.write( "\n" ); document.write( "Stans age = 75 years \n" ); document.write( " |