document.write( "Question 342379: Suppose Bob owns 2,000 shares of Company X and 10,000 shares of Company Y. The total value of Bob's holdings of these two companies is $372,000.
\n" );
document.write( "Suppose Frank owns 8,000 shares of Company X and 6,000 shares of Company Y. The total value of Franks holdings of these two companies is $400,000.
\n" );
document.write( "a. Write equations for Bob and Frank's holdings. Use the variables X and Y to represent the values of shares of Company X and Company Y.
\n" );
document.write( "b. Solve for the value of a share of Company X and Company Y. Show your work so you can get partial credit even if your final answer is wrong.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #245053 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! a. Write equations for Bob and Frank's holdings. Use the variables X and Y to represent the values of shares of Company X and Company Y. \n" ); document.write( "- \n" ); document.write( "Bob: 2000*x+10000*y=372000 \n" ); document.write( "Frank: 8000*x+6000*y=400000 \n" ); document.write( "=== \n" ); document.write( "b. Solve for the value of a share of Company X and Company Y. \n" ); document.write( "1) simplify the equations for Bob and Frank's holdings \n" ); document.write( "2000*x+10000*y=372000 divide both sides by 2000 \n" ); document.write( "x+5y=186 \n" ); document.write( "8000*x+6000*y=400000 divide both sides by 2000 \n" ); document.write( "4x+3y=200 \n" ); document.write( "-- \n" ); document.write( "your new equations are \n" ); document.write( "x+5y=186 \n" ); document.write( "4x+3y=200 \n" ); document.write( "-- \n" ); document.write( "multiply first equation by -4 \n" ); document.write( "-4x-20y=-744 \n" ); document.write( "4x+3y=200 \n" ); document.write( "add both equations \n" ); document.write( "-- \n" ); document.write( "-17y=-544 \n" ); document.write( "y=32 \n" ); document.write( "substitute this into x+5y=186 \n" ); document.write( "x=186-5(32)=26 \n" ); document.write( "answer x=26, y=32 \n" ); document.write( "-- \n" ); document.write( "validate \n" ); document.write( "subtitute these value into original equations \n" ); document.write( "Bob: 2000*x+10000*y=372000---> 2000*26+10000*32 does this = 372000?? \n" ); document.write( "Frank: 8000*x+6000*y=400000----> 8000*26+6000*32 does this = 400000\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |