document.write( "Question 1072374: A Web music store offers two versions of a popular song. The size of the standard version is
\n" );
document.write( "2.8
\n" );
document.write( " megabytes (MB). The size of the high-quality version is
\n" );
document.write( "4.9
\n" );
document.write( " MB. Yesterday, there were
\n" );
document.write( "800
\n" );
document.write( " downloads of the song, for a total download size of
\n" );
document.write( "2723
\n" );
document.write( "MB. How many downloads of the standard version were there? \n" );
document.write( "
Algebra.Com's Answer #687339 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let n be the number of high-quality downloads sold. Then the number of standard downloads would be 800-n. So: \n" ); document.write( "4.9n+2.8(800-n)=2723 \n" ); document.write( "4.9n+2240-2.8n=2723 \n" ); document.write( "2.1n=483 \n" ); document.write( "n=230 \n" ); document.write( "800-n=570 \n" ); document.write( "There were 230 high-quality downloads, and 570 standard downloads sold yesterday. ☺☺☺☺ \n" ); document.write( " |