document.write( "Question 1100415: A bird of species A, when diving, can travel
\n" );
document.write( "six times as fast as a bird of species B top speed. If the total speeds for these two birds is
\n" );
document.write( "245 miles per hour, find the fastest speed of the bird of species A and the fastest speed of the bird of species B. \n" );
document.write( "
Algebra.Com's Answer #714895 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! B's speed is x \n" ); document.write( "A's is 6x \n" ); document.write( "They add to 245 \n" ); document.write( "6x+x=245 \n" ); document.write( "7x=245 \n" ); document.write( "x=35 mph \n" ); document.write( "6x=210 mph. \n" ); document.write( " |