document.write( "Question 923870: Bob is 4 times greater than Susan. Dakota is 3 years younger then Susane. The sum of bob, Susan, and Dakota ages is 93. What is Susanes age \n" ); document.write( "
Algebra.Com's Answer #560403 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Susan's age = x \n" ); document.write( "Bob's age is 4x \n" ); document.write( "Dakota's age = x - 3 \n" ); document.write( "Total ages = 93 \n" ); document.write( "x + 4x + (x - 3) = 93 \n" ); document.write( "6x - 3 = 93 \n" ); document.write( "6x = 96 \n" ); document.write( "x = 16 \n" ); document.write( "Susan's age = 16 \n" ); document.write( "Bob's age = 64 \n" ); document.write( "Dakota's age = 13.\r \n" ); document.write( "\n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |