document.write( "Question 496994: Directions: Express the given quantity in terms of the indicated variable.
\n" );
document.write( "Question: The value (in cents) of the change in a purse that contains twice as many nickels as pennies, four more dimes than nickles, and as many quarters as dimes and nickles combined; p = number of pennies.\r
\n" );
document.write( "\n" );
document.write( "am i on the right track by saying
\n" );
document.write( "let n= nickels
\n" );
document.write( " p= pennies
\n" );
document.write( " d= dimes
\n" );
document.write( " q= quarters \r
\n" );
document.write( "\n" );
document.write( "2n+p
\n" );
document.write( "4d+n
\n" );
document.write( "q= d+n .....i know the answer should only have the variable \"p\", but i don't see how to make it an algebraic equation only using \"p\". thank you \n" );
document.write( "
Algebra.Com's Answer #336617 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Twice as many nickels as pennies: \n" ); document.write( "n=2p \n" ); document.write( "Four more dimes as nickels \n" ); document.write( "d=n+4 \n" ); document.write( "as many quarters as dimes and nickles \n" ); document.write( "q=d+n \n" ); document.write( "Solve all for p \n" ); document.write( "n=2p;p=1/2n \n" ); document.write( "d=n+4;d=2p+4 \n" ); document.write( "q=(2p+4)+2p=4p+4.. \n" ); document.write( " \n" ); document.write( " |