document.write( "Question 1196213: Can anyone please tell me how to do this problem with 3 linear equations using substitution method\r
\n" ); document.write( "\n" ); document.write( "Zoe is helping her grandmother with her flower garden.She decides to add some clematis vines,rose bushes,and peony plants to her garden.The price of clematis vine is $3 more than twice a peony plant.The price of a rose bush is $5 more than a clematis vine.She decided to buy 3 clematis plants,4 rose bushes,and 2 peony plants for a total of $233.How much does each plant cost?
\n" ); document.write( "

Algebra.Com's Answer #828954 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
This could be done using three equations and three variables, but much easier to do in just one.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "PLANT           PRICE            COSTS\r\n" );
document.write( "\r\n" );
document.write( "clematis         p+3             3(p+3)\r\n" );
document.write( "\r\n" );
document.write( "rose             p+3+5           4(p+3+5)\r\n" );
document.write( "\r\n" );
document.write( "peony             p              2p\r\n" );
document.write( "\r\n" );
document.write( "TOTAL                             233\r\n" );
document.write( "

\n" ); document.write( "\"3%28p%2B3%29%2B4%28p%2B8%29%2B2p=233\"
\n" ); document.write( "
\n" );