document.write( "Question 1129446: The sum of the average amounts spent for veterinary expenses for dogs, cats, and birds in a recent year was $318. The average expenditure per dog exceeded the sum of the averages for cats and birds by $98. The amount spent per cat was ten times the amount spent per bird. Find the average amount spent on each type of animal.\r
\n" );
document.write( "\n" );
document.write( "Help please I got this in my homework and i'm stuck now \n" );
document.write( "
Algebra.Com's Answer #746029 by Boreal(15235) You can put this solution on YOUR website! bird=x \n" ); document.write( "cat=10x \n" ); document.write( "that sum is 11x \n" ); document.write( "dog=11x+98 \n" ); document.write( "Everything added together is 22x+98=318 \n" ); document.write( "so 22x=220 \n" ); document.write( "x=$10 bird average \n" ); document.write( "10x=$100 cat average \n" ); document.write( "11x+98=$208 dog average \n" ); document.write( "They add to $318 \n" ); document.write( " |