document.write( "Question 332774: I own a company that sells high-end computers; I made 2 orders from a vendor: the first one was for 1300 desktops and 400 laptops totaling $48,700. The second order was for 600 desktops and 200 laptops totaling $23,200. The receipts were not itemized. What is the cost of one desktop and one laptop?\r
\n" );
document.write( "\n" );
document.write( "I need to be able to show the work. \n" );
document.write( "
Algebra.Com's Answer #238486 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! let D=cost of desktop \n" ); document.write( "let L=cost of laptop \n" ); document.write( "-- \n" ); document.write( "you have these two unknowns, so you need two independet equations to solve \n" ); document.write( "(always need as many equations as there are unknowns!!)\r \n" ); document.write( "\n" ); document.write( "-- \n" ); document.write( "you are given \n" ); document.write( "order #1: 1300*D + 400*L=48700 \n" ); document.write( "order #2: 600*D + 200*L=23200 \n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( "simplify (always simply if can, to save you effort later on)\r \n" ); document.write( "\n" ); document.write( "divide first equation by 100 \n" ); document.write( "13*D + 4*L=487 \n" ); document.write( "divide second equation by 200 \n" ); document.write( "3*D + L=116 \n" ); document.write( "--- \n" ); document.write( "now you can either solve via by elimination or substitution (among many other methods) \n" ); document.write( "--- \n" ); document.write( "try elimination\r \n" ); document.write( "\n" ); document.write( "13*D +4*L=487 \n" ); document.write( "3*D + L =116 (multiply this equation by -4) \n" ); document.write( "-12*D-4*L = -464 \n" ); document.write( "--- \n" ); document.write( "add the first and modified 3rd equation, to eliminate the L variable \n" ); document.write( "D=487-464=23 \n" ); document.write( "-- \n" ); document.write( "since D=23, go upstream and subtitute this D=23 into one of the equation to solve for L \n" ); document.write( "13*D +4*L=487 \n" ); document.write( "3*D + L =116 i'll choose this one\r \n" ); document.write( "\n" ); document.write( "3*(23) + L =116 \n" ); document.write( "L=116-3*(23) =47 \n" ); document.write( "--- \n" ); document.write( "so, D=23 and L=47 \n" ); document.write( "check with the original equations to make sure no mistake was made\r \n" ); document.write( "\n" ); document.write( "order #1: 1300*D + 400*L=48700 check 1300*23+400*47 \n" ); document.write( "order #2: 600*D + 200*L=23200 check 600*23+200*47\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |