document.write( "Question 110975: The cost of 12 oranges and 7 apples is $5.36. Eight oranges and 5 apples cost $3.68. Find the cost of each orange.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " Sam invested a total of $10,000, part at 8% and the rest at 3%. How much was invested at 8% if he earned a total of $600 in one year? (Use the formula , Interest = principal * time * rate)\r
\n" );
document.write( "\n" );
document.write( "These are very confusing\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #80958 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=oranges and a=apples ___ 12x+7a=536 ___ 8x+5a=368\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying the first equation by 5 gives 60x+35a=2680 \n" ); document.write( "multiplying the second equation by -7 gives -56x-35a=-2576\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "adding the resulting equations gives 4x=104\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x=\"amount @ 8%\", so 10000-x=\"amount @ 3%\" ___ x(8%)+((10000-x)(3%))=600\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".08x+300-.03x=600 ___ .05x=300 \n" ); document.write( " |