document.write( "Question 1175787: bria is 1 less than six times her brothers age if the sum of their ages is 62 how old is her brother \n" ); document.write( "
Algebra.Com's Answer #801460 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! bria is 1 less than six times her brothers age if the sum of their ages is 62 how old is her brother \n" ); document.write( "------ \n" ); document.write( "b = Bria's age \n" ); document.write( "r = brother's age \n" ); document.write( "--- \n" ); document.write( "b = 6r - 1 \n" ); document.write( "b + r = 62 \n" ); document.write( "--- \n" ); document.write( "6r-1 + r = 62 \n" ); document.write( "7r = 63 \n" ); document.write( "r = 9 \n" ); document.write( "b = 53 \n" ); document.write( " |