document.write( "Question 410880: Nathan has $16 more than Jeff. Jeff has $10 more than Brad. Together the boys have $66. How much money does Brad have? \n" ); document.write( "
Algebra.Com's Answer #288852 by armstrkl(28)![]() ![]() You can put this solution on YOUR website! let b= money that brad has \n" ); document.write( "then b+10 = jeff's money \n" ); document.write( "then b+10+16 = b+26 = nathan's money\r \n" ); document.write( "\n" ); document.write( "b+(b+10)+(b+26)=66 \n" ); document.write( "3b+36=66 \n" ); document.write( "3b=30 \n" ); document.write( "b=10\r \n" ); document.write( "\n" ); document.write( "Brad has $10, Jeff has $20, Nathan has $36 \n" ); document.write( " |