document.write( "Question 979263: A puppy and two cats together weigh 24 pounds. The puppy and the larger cat together weigh exactly twice as much as the smaller cat, and the puppy and the smaller cat together weigh exactly the same as the larger cat. How many pounds does the puppy weigh? \n" ); document.write( "
Algebra.Com's Answer #600545 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
p, c, C;
\n" ); document.write( "puppy, small cat, large cat;\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%28c%2BC%2Bp=24%2Cp%2BC=2%28c%29%2Cp%2Bc=C%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Any method you want. Solve for p or any other variables you want.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A start for the system, not the only way:
\n" ); document.write( "Substitute for C in the first two equations.
\n" ); document.write( "-
\n" ); document.write( "\"system%28c%2B%28p%2Bc%29%2Bp=24%2Cp%2B%28p%2Bc%29=2c%29\"
\n" ); document.write( "-
\n" ); document.write( "\"system%282c%2Bp=24%2C2p%2Bc-2c=0%29\"-------which is a simpler system...
\n" ); document.write( "
\n" );