document.write( "Question 365617: Pet center sold 7 times as many Goldfish as Petville. The sells difference between the two is $282. How many Goldfish did they sell?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #260638 by stanbon(75887) ![]() You can put this solution on YOUR website! Pet center sold 7 times as many Goldfish as Petville. The sells difference between the two is $282. How many Goldfish did they sell?\r \n" ); document.write( "\n" ); document.write( "----- \n" ); document.write( "c = 7*v \n" ); document.write( "---- \n" ); document.write( "Let the price per goldfish be \"P\" \n" ); document.write( "---- \n" ); document.write( "Value of c fish is pc \n" ); document.write( "Value of v fish is pv \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "pc + pv = 282 dollars \n" ); document.write( "p(c+v) = 282 \n" ); document.write( "c+v = 282/p (that is the number of fish sold) \n" ); document.write( "====================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |