document.write( "Question 1105760: A dog is x year old. Its owner 7 years less than 5 times the dogs age. The sum of the ages of the owner and the dog is 41 years. How old is the dog? \n" ); document.write( "
Algebra.Com's Answer #720653 by Boreal(15235) You can put this solution on YOUR website! x for dog \n" ); document.write( "5x-7 owner \n" ); document.write( "sum is 6x-7=41 \n" ); document.write( "6x=48 \n" ); document.write( "x=8 \n" ); document.write( "dog is 8 y/o ANSWER \n" ); document.write( "owner is 33. \n" ); document.write( "adds to 41. \n" ); document.write( " |