document.write( "Question 747716: Brandon is five years younger than his brother, the product of their ages is the same as their dad's age. If their dad is 50 this year, how old is Brandon? \n" ); document.write( "
Algebra.Com's Answer #455084 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Brandon is five years younger than his brother, the product of their ages is the same as their dad's age. If their dad is 50 this year, how old is Brandon?\r \n" ); document.write( "\n" ); document.write( "*** \n" ); document.write( "Let x=brother's age \n" ); document.write( "x-5=Brandon's age \n" ); document.write( "x(x-5)=50 \n" ); document.write( "x^2-5x-50=0 \n" ); document.write( "(x-10)(x+5)=0 \n" ); document.write( "x=10 \n" ); document.write( "x-5=5 \n" ); document.write( "Brandon's age=5 \n" ); document.write( " |