document.write( "Question 1092531: A Web music store offers two versions of a popular song. The size of the standard version is 2.1 megabytes (MB). The size of the high-quality version is
\n" );
document.write( "4.1 MB. Yesterday, the high-quality version was downloaded three times as often as the standard version. The total size downloaded for the two versions was 4032
\n" );
document.write( "MB. How many downloads of the standard version were there? \n" );
document.write( "
Algebra.Com's Answer #707160 by jorel1380(3719) You can put this solution on YOUR website! Let n be the number of standard downloads, and 3n be the number of high-quality version down loads. Then \n" ); document.write( "2.1n+3(4.1n)=4032 \n" ); document.write( "14.4n=4032 \n" ); document.write( "n=280 standard downloads \n" ); document.write( "☺☺☺☺ \n" ); document.write( " |