document.write( "Question 1167881: A Web music store offers two versions of a popular song. The size of the standard version is 2.6 megabytes (MB). The size of the high-quality version is 4.2 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 4256 MB. How many downloads of the standard version were there?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #792493 by ikleyn(52813)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "let x = number of downloads of the standard version\r\n" ); document.write( "\r\n" ); document.write( "Then the number of downloads of the high quality version is 3x.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The total memory equation\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 4.2*(3x) + 2.6*x = 4256 MGb.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "From the equation\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " x =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |