document.write( "Question 214685: 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( "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( "In an office there was a small cash box. One day Jane took half of the money plus $1 more. Then Mike took half of the remaining money plus $1 more. Rob then took the remaining $6. How many dollars were originally in the box?\r
\n" );
document.write( "\n" );
document.write( "The sum of two numbers is 8 less than twice the first number. Their difference is 4 less than twice the second number. What is the larger number? \n" );
document.write( "
Algebra.Com's Answer #162138 by stanbon(75887) ![]() You can put this solution on YOUR website! 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 \n" ); document.write( "--- \n" ); document.write( "Equations: \n" ); document.write( "12r + 7a = 536 cents \n" ); document.write( "8r + 5a = 368 cents \n" ); document.write( "--------------------------- \n" ); document.write( "Get rid of the \"a's\": \n" ); document.write( "Multiply 1st Eq. by 5 and 2nd Eq. by 7 to get: \n" ); document.write( "--- \n" ); document.write( "60r + 35a = 5*536 \n" ); document.write( "56r + 35a = 7*368 \n" ); document.write( "-------------------------- \n" ); document.write( "Subtract the 2nd from the 1st and solve for \"r\": \n" ); document.write( "4r = 104 \n" ); document.write( "r = 26 cents (cost of one orange) \n" ); document.write( "===========================\r \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) \n" ); document.write( "--- \n" ); document.write( "Interest + interest = interest \n" ); document.write( "0.08x + 0.03(10000-x) = 600 \n" ); document.write( "Multiply thru by 100 to get: \n" ); document.write( "8x + 30000 - 3x = 60000 \n" ); document.write( "5x = 30000 \n" ); document.write( "x = 6000 (amt invested at 8%) \n" ); document.write( "4000 (amt invested at 3%) \n" ); document.write( "==============================\r \n" ); document.write( "\n" ); document.write( "In an office there was a small cash box. One day Jane took half of the money plus $1 more. Then Mike took half of the remaining money plus $1 more. Rob then took the remaining $6. How many dollars were originally in the box? \n" ); document.write( "--- \n" ); document.write( "Start : x \n" ); document.write( "After Jane: x -(1/2)x-1 = (1/2)x -1 \n" ); document.write( "----------------------------------- \n" ); document.write( "After Mike: [(1/2)x-1] - [(1/2)x-1]/2 -1 = (1/2)[(1/2)x-1]-1 \n" ); document.write( "= (1/4)x - (3/2)\r \n" ); document.write( "\n" ); document.write( "----------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "(1/4)x - (3/2) = 6 \n" ); document.write( "(1/4)x = 7.5 \n" ); document.write( "x = 30 \n" ); document.write( "------------------------ \n" ); document.write( "Checking: \n" ); document.write( "30 -(15+1) = 14 \n" ); document.write( "14-(7+1) = 6 \n" ); document.write( "--------------------- \n" ); document.write( "OK \n" ); document.write( "Original amount = $30 \n" ); document.write( "=========================\r \n" ); document.write( "\n" ); document.write( "The sum of two numbers is 8 less than twice the first number. Their difference is 4 less than twice the second number. What is the larger number? \n" ); document.write( "------------------------- \n" ); document.write( "Equations: \n" ); document.write( "a + b = 2a-8 \n" ); document.write( "a - b = 2b-4 \n" ); document.write( "------------------ \n" ); document.write( "Rearrange: \n" ); document.write( "a = b + 8 \n" ); document.write( "a = 3b-4 \n" ); document.write( "----------------- \n" ); document.write( "Substitute to get: \n" ); document.write( "b+8 = 3b-4 \n" ); document.write( "2b = 12 \n" ); document.write( "b = 6 \n" ); document.write( "--- \n" ); document.write( "Substitute into a = b+8 to get: \n" ); document.write( "a = 14 \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |