document.write( "Question 337548: The countries with the most television stations in the world are Russia and China. Russia has 4006 more television stations than China where as the total stations for both countries is 10,546. Find the number of television stations for both countries. \n" ); document.write( "
Algebra.Com's Answer #241987 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let r=stations in Russia and c=those in China \n" ); document.write( "r=c+4006 \n" ); document.write( "r+c=10546 \n" ); document.write( "c+4006+c=10546 substitute c+4006 for r. \n" ); document.write( "2c=6540 \n" ); document.write( "c=3270 \n" ); document.write( "r=7276 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |